Example #1
0
 void eppBtn_Click(object sender, RoutedEventArgs e)
 {
     eppTest = new EppTest();
     this.canvas1.Children.Clear();
     InitialElements();
     this.canvas1.Children.Add(eppTest);
 }
Example #2
0
 public Window1()
 {
     sxema    = new Sxema();
     skaaTest = new SkaaTest();
     spdTest  = new SpdTest();
     eppTest  = new EppTest();
     //isProcess = false;
     process = Process.None;
     InitializeComponent();
     InitialElements();
     this.Closing += Window1_Closing;
 }