Beispiel #1
0
 public void dataGrid_CancelRowEdit(QuestionEventArgs e)
 {
     if (current_view == null)
     {
         return;
     }
     current_view.dataGrid_CancelRowEdit(e);
 }