فهرست منبع

remove some useless code

gsp 2 سال پیش
والد
کامیت
18f0006773
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      OTSIncAReportApp/1-UI/frmMeasureRstMgr.cs

+ 0 - 7
OTSIncAReportApp/1-UI/frmMeasureRstMgr.cs

@@ -381,13 +381,6 @@ namespace OTSIncAReportApp
             }
 
 
-            ConditionItem itm = m_ConditionChoose.m_CurrentConditions[OTS_REPORT_PROP_GRID_ITEMS.DATA_SOURCE];
-            itm.comboDownList = rstlist;
-            if (rstlist.Count > 0)
-            {
-                itm.itemDisplayVal = rstlist[0];
-                itm.itemVal = 0;
-            }
             m_ConditionChoose.DisCurrentPicProperty();
 
         }