Example #1
0
        private void viewAlarmsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (this.va.IsDisposed)
            {
                this.va = new ViewAlarms();
            }

            this.va.Show();
        }
Example #2
0
        private void viewAlarmsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (this.va.IsDisposed)
                this.va = new ViewAlarms();

            this.va.Show();
        }