Example #1
0
        private void button1_Click(object sender, System.EventArgs e)
        {
            ProvostList reports = new ProvostList();

            reports.ShowDialog();
        }
Example #2
0
        private void button1_Click(object sender, System.EventArgs e)
        {
            ProvostList provost = new ProvostList();

            provost.ShowDialog();
        }