예제 #1
0
        public void RunStarted(object automationObject, Dictionary <string, string> replacementsDictionary,
                               WizardRunKind runKind, object[] customParams)
        {
            newForm = new UserInputForm();
            newForm.ShowDialog();

            replacementsDictionary.Add("$TraceLabSDKPath$", newForm.TraceLabSDKPath);
            replacementsDictionary.Add("$TraceLabTypePath$", newForm.TraceLabTypesPath);
            replacementsDictionary.Add("$OutputDirectory$", newForm.OutputDirectoryPath);
        }
        public void RunStarted(object automationObject, Dictionary<string, string> replacementsDictionary,
            WizardRunKind runKind, object[] customParams)
        {
            newForm = new UserInputForm();
            newForm.ShowDialog();

            replacementsDictionary.Add("$TraceLabSDKPath$", newForm.TraceLabSDKPath);
            replacementsDictionary.Add("$TraceLabTypePath$", newForm.TraceLabTypesPath);
            replacementsDictionary.Add("$OutputDirectory$", newForm.OutputDirectoryPath);
        }