Beispiel #1
0
 private void dtp_dt2_TextChanged(object sender, EventArgs e)
 {
     commonSub.ImageComboBoxEditBindFABYTIME(cbo_FA, this.dtp_dt1.Text.Trim(), this.dtp_dt2.Text.Trim(), this.radioGroup2.Properties.Items[radioGroup2.SelectedIndex].Description.ToString());
     cbo_FA.SelectedIndex = 0;
 }