/// <summary>
 /// 确定
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void CommandBinding_Executed_Ok(object sender, ExecutedRoutedEventArgs e)
 {
     if (this.ComitEvent != null)
     {
         ComitEvent.Invoke();
     }
 }
Beispiel #2
0
 private void btnOK_Click(object sender, RoutedEventArgs e)
 {
     if (ComitEvent != null)
     {
         ComitEvent.Invoke();
     }
 }