Example #1
0
 public static new DialogResult Setup(object obj)
 {
     return(EnterpriseServer.Setup(obj));
 }
Example #2
0
 public static new object Install(object obj)
 {
     //
     return(EnterpriseServer.InstallBase(obj, "1.0.1"));
 }
Example #3
0
 public static new DialogResult Uninstall(object obj)
 {
     return(EnterpriseServer.Uninstall(obj));
 }
Example #4
0
 public static new object Install(object obj)
 {
     return(EnterpriseServer.InstallBase(obj, minimalInstallerVersion: "1.0.1"));
 }