private void button7_Click_1(object sender, EventArgs e) { _auth b = new _auth(); b.ShowDialog(); if (b.upflag == "1") { _nsrpForm a = new _nsrpForm(); a.label2.Text = this.label1.Text; a.ShowDialog(); getContactList(); label1.Text = "~code~"; } else { MessageBox.Show(this, "Oops, Wrong Password :P", "Peter Says", MessageBoxButtons.OK, MessageBoxIcon.Information); } }
private void button4_Click_1(object sender, EventArgs e) { _nsrpForm a = new _nsrpForm(); a.Show(); }