示例#1
0
        public void RunStarted(object automationObject, Dictionary <string, string> replacementsDictionary, WizardRunKind runKind, object[] customParams)
        {
            var window = new WizardWindow();

            window.ShowDialog();
        }
示例#2
0
 public void RunStarted(object automationObject, Dictionary<string, string> replacementsDictionary, WizardRunKind runKind, object[] customParams)
 {
     var window = new WizardWindow();
     window.ShowDialog();
 }