コード例 #1
0
 private void lkeAnteriorSegmentCategory_OS_EditValueChanged(object sender, EventArgs e)
 {
     if (lkeAnteriorSegmentCategory_OS.EditValue == null)
     {
         return;
     }
     CommonViewsActions.FillListBoxControl(lstAnteriorSegment_OS,
                                           PEMRBusinessLogic.GetSegmentSignsList(Convert.ToInt32(lkeAnteriorSegmentCategory_OS.EditValue)));
 }