Ejemplo n.º 1
0
 private void startStopAcquiring_Click(object sender, RoutedEventArgs e)
 {
     if (!ValidWindow.IsValid(this))
     {
         return;
     }
     this.DialogResult = true;
 }
Ejemplo n.º 2
0
 private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     if (!ValidWindow.IsValid(this))
     {
         return;
     }
     this.DialogResult = true;
 }