Ejemplo n.º 1
0
        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();
        }
Ejemplo n.º 3
0
        private void btThemcong_ItemClick(object sender, ItemClickEventArgs e)
        {
            frmThemcong themcong = new frmThemcong();

            themcong.Show();
        }