UpdaterCheckForUpdates(String, String, Form) Method
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
public static void CheckForUpdates(
string appName,
string xmlURL,
Form f
)
Public Shared Sub CheckForUpdates (
appName As String,
xmlURL As String,
f As Form
)
public:
static void CheckForUpdates(
String^ appName,
String^ xmlURL,
Form^ f
)
static member CheckForUpdates :
appName : string *
xmlURL : string *
f : Form -> unit
Parameters
- appName String
-
- xmlURL String
-
- f Form
-