Example #1
0
 public static new object Install(object obj)
 {
     //
     return Portal.InstallBase(obj, "1.4.3");
 }
Example #2
0
 public static new object Install(object obj)
 {
     return Portal.InstallBase(obj, "1.0.0");
 }
Example #3
0
 public static new object Install(object obj)
 {
     //
     return(Portal.InstallBase(obj, "1.2.1"));
 }
Example #4
0
 public static new object Install(object obj)
 {
     return Portal.InstallBase(obj, minimalInstallerVersion: "1.0.1");
 }
Example #5
0
 public static new object Install(object obj)
 {
     //
     return(Portal.InstallBase(obj, minimalInstallerVersion: "2.0.0"));
 }