Example #1
0
        private void ExampFireOpen_Click(object sender, EventArgs e)
        {
            DeviceControl dlg = new DeviceControl();

            dlg.ShowDialog();
        }
Example #2
0
        private void DeviceControl_Click(object sender, EventArgs e)
        {
            DeviceControl devdlg = new DeviceControl();

            devdlg.ShowDialog();
        }