Esempio n. 1
0
        public DataTable GetEnvMoniotrData(string strMonitorType, string strPointNames, string strDateStart, string strDateEnd, string strItemIDs)
        {
            CommonAccess com = new CommonAccess();

            return(com.GetEnvMoniotrData(strMonitorType, strPointNames, strDateStart, strDateEnd, strItemIDs));
        }