Example #1
0
 public PaintSteps()
 {
     paintPomBase = new PaintPomBase();
 }
Example #2
0
 public void  LaunchApplication(TestContext context)
 {
     paintPomBase = new PaintPomBase();
     paintPomBase.CreateNewPaint3DProject();
 }