private void button2_Click(object sender, EventArgs e) { jbcsForm jbcs = jbcsForm.Create(); jbcs.Show(); jbcs.Focus(); }
private void zjbutton_Click(object sender, EventArgs e) { jbcsForm jbcs = jbcsForm.Create(); //jbcs.Loadevent += loadevent; jbcs.Show(); jbcs.Focus(); }
private void 基本参数ToolStripMenuItem_Click(object sender, EventArgs e) { if (!FilterClass.jbcs()) { MessageBox.Show("无权操作!"); return; } jbcsForm jbcs = jbcsForm.Create(); jbcs.Show(); jbcs.Focus(); }