Beispiel #1
0
        private void addEscalationToolStripMenuItem_Click(object sender, EventArgs e)
        {
            GV.MODE = Mode.AddEscalation;
            FrmATEscalations ATEscalationsForm = new FrmATEscalations();

            ATEscalationsForm.MdiParent = this;
            ATEscalationsForm.Show();
        }
Beispiel #2
0
        private void escalationIDToolStripMenuItem_Click(object sender, EventArgs e)
        {
            GV.MODE = Mode.SearchEscalation;
            FrmATEscalations ATEscalationsForm = new FrmATEscalations();

            GV.ESCALATIONFORM           = ATEscalationsForm;
            ATEscalationsForm.MdiParent = this;
            ATEscalationsForm.Show();
        }