예제 #1
0
        private void butSubjects_Click(object sender, EventArgs e)
        {
            Subjects obj = new Subjects();

            panel_loading(obj);
        }
예제 #2
0
        private void button10_Click(object sender, EventArgs e)
        {
            Subjects hs = new Subjects();

            Mainclass.showWindow(hs, this, Mdi.ActiveForm);
        }