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