コード例 #1
0
 private void startStopAcquiring_Click(object sender, RoutedEventArgs e)
 {
     if (!ValidWindow.IsValid(this))
     {
         return;
     }
     this.DialogResult = true;
 }
コード例 #2
0
 private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     if (!ValidWindow.IsValid(this))
     {
         return;
     }
     this.DialogResult = true;
 }