SetSolution() public method

Sets MFProject for generation
public SetSolution ( SolutionWrapper Sol ) : void
Sol SolutionWrapper
return void
Beispiel #1
0
 private void uVisionProjectGenerationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     mKeilGeneratorTool = new Tools.uVisionGenerator.Wizard.uVisionProjectGeneratorWizard();
     mKeilGeneratorTool.SetSolution(PK.Wrapper.Solution);
     mKeilGeneratorTool.Show();
 }
Beispiel #2
0
 private void uVisionProjectGenerationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     mKeilGeneratorTool = new Tools.uVisionGenerator.Wizard.uVisionProjectGeneratorWizard();
     mKeilGeneratorTool.SetSolution(PK.Wrapper.Solution);
     mKeilGeneratorTool.Show();
 }