public static void Initialize(Package package)
 {
     Instance = new InstallCommand(package);
 }
Example #2
0
 protected override void Initialize()
 {
     _options = (Options)GetDialogPage(typeof(Options));
     InstallCommand.Initialize(this);
 }