예제 #1
0
        private void bGetLimts_Click(object sender, EventArgs e)
        {
            SQLComm s = new SQLComm();

            dgCenter.DataSource = s.getCenter123(commWork.deviceID);
            dgMVL.DataSource    = s.getMVtable123(commWork.deviceID);
        }