示例#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);
        }