private void _them() { frmThemcong frm = new frmThemcong(); frm.WindowState = FormWindowState.Normal; frm.Show(); }
public void _them() { frmThemcong frm = new frmThemcong(txtManv.Text); frm.reload = new frmThemcong.Reload(loadFull); frm.WindowState = FormWindowState.Normal; frm.Show(); }
private void btThemcong_ItemClick(object sender, ItemClickEventArgs e) { frmThemcong themcong = new frmThemcong(); themcong.Show(); }