Esempio n. 1
0
        private void toolStripMenuItem4_Click(object sender, EventArgs e)
        {
            st_Statistics sta = new st_Statistics();

            sta.Show();
        }
Esempio n. 2
0
        private void studentstatistics_Item_Click(object sender, EventArgs e)
        {
            st_Statistics sta = new st_Statistics();

            sta.Show();
        }