예제 #1
0
        public void them_1()
        {
            frmThemtangca frm = new frmThemtangca();

            frm.reload = new frmThemtangca.Reload(loadFull);
            frm.Show();
        }
예제 #2
0
        private void them()
        {
            frmThemtangca frm = new frmThemtangca(manv);

            frm.reload = new frmThemtangca.Reload(loadFull);
            frm.Show();
        }
예제 #3
0
        private void btThemTangca_ItemClick(object sender, ItemClickEventArgs e)
        {
            frmThemtangca frm = new frmThemtangca();

            frm.Show();
        }