private void button1_Click(object sender, EventArgs e) { this.Hide(); InPhieu ip = new InPhieu(); ip.Show(); }
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!"); } }