示例#1
0
        private void deviationList_Click(object sender, EventArgs e)
        {
            DeviationList deviationList = new DeviationList();

            deviationList.Show();
        }
示例#2
0
        private void listDeviationsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            DeviationList deviationList = new DeviationList();

            deviationList.Show();
        }