Inheritance: System.Windows.Forms.Form
Example #1
0
 private void uVisionProjectGenerationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     mKeilGeneratorTool = new Tools.uVisionGenerator.Wizard.uVisionProjectGeneratorWizard();
     mKeilGeneratorTool.SetSolution(PK.Wrapper.Solution);
     mKeilGeneratorTool.Show();
 }
Example #2
0
 private void uVisionProjectGenerationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     mKeilGeneratorTool = new Tools.uVisionGenerator.Wizard.uVisionProjectGeneratorWizard();
     mKeilGeneratorTool.SetSolution(PK.Wrapper.Solution);
     mKeilGeneratorTool.Show();
 }