Beispiel #1
0
 public static void Start(string environmentName, string[] args, System.Drawing.Icon appIcon = null)
 {
     AppRunner.RunAsAdmin(args, new AppBootstrapper(environmentName, appIcon));
 }
Beispiel #2
0
 public static void Start(string environmentName, string[] args, Optional <Icon> appIcon)
 {
     AppRunner.RunAsAdmin(args, new AppBootstrapper(environmentName, appIcon), true);
 }