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