private void next_Click(object sender, EventArgs e) { merchantlogin merch = new merchantlogin(); merch.Show(); this.Hide(); }
private void button1_Click(object sender, EventArgs e) { MessageBox.Show(this, "Please replace the Database Now", "Databasse Replacement", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); merchantlogin merch = new merchantlogin(); merch.Show(); }