Exemple #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Hide();
            InPhieu ip = new InPhieu();

            ip.Show();
        }
Exemple #2
0
        private void Button1_Click(object sender, EventArgs e)
        {
            if (kiemtra())
            {
                Insert_Bacsy();
                MessageBox.Show("Insert Thành Công", "Chúc mừng", MessageBoxButtons.OK, MessageBoxIcon.Information);
                this.Hide();
                InPhieu inPhieu = new InPhieu();
                inPhieu.Show();
            }

            else
            {
                MessageBox.Show("Chưa có in được nha!");
            }
        }