private void butSubjects_Click(object sender, EventArgs e) { Subjects obj = new Subjects(); panel_loading(obj); }
private void button10_Click(object sender, EventArgs e) { Subjects hs = new Subjects(); Mainclass.showWindow(hs, this, Mdi.ActiveForm); }