Esempio n. 1
0
        private void m_btnDeviceCommunications_Click(object sender, EventArgs e)
        {
            frmMK3DeviceCommunications frmAss = new frmMK3DeviceCommunications(m_strCheckItemID);

            frmAss.ShowDialog();
        }
 public override void Set_GUI_Apperance(com.digitalwave.GUI_Base.frmMDI_Child_Base frmMDI_Child_Base_in)
 {
     m_objViewer = (frmMK3DeviceCommunications)frmMDI_Child_Base_in;
     base.Set_GUI_Apperance(frmMDI_Child_Base_in);
 }