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

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

            sta.Show();
        }