SetSolution() public method

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