//审核按钮 private void CheckBtn_Click(object sender, EventArgs e) { check = new CheckForm(this); check.ShowDialog(); }
private void bt审核_Click(object sender, EventArgs e) { checkform = new mySystem.CheckForm(this); checkform.Show(); }