Example #1
0
 private void tbID_RowSelectedEvent(object sender, KlonsLIB.Components.RowSelectedEventArgs e)
 {
     if (e.RowNr == -1)
     {
         SetSelectedValue(null, true);
         return;
     }
     if (bsDep.Current == null)
     {
         return;
     }
     SelectCurrent();
 }
Example #2
0
 private void tbCode_RowSelectedEvent(object sender, KlonsLIB.Components.RowSelectedEventArgs e)
 {
     SetSelectedValue(e.Value);
 }
 private void tbCode_RowSelectedEvent(object sender, KlonsLIB.Components.RowSelectedEventArgs e)
 {
     SelectCurrent();
 }