[c#]一个窗体调用另一个窗体的事件

StuAddForm a = new StuAddForm();

a.IfStudent(textBox1.Text.Trim());