private void button1_Click(object sender, EventArgs e) { if (textBox1.Text == "farazInam" && textBox2.Text == "125") { inbox InboxForm = new inbox(); InboxForm.Show(); this.Hide(); } }
private void button1_Click(object sender, EventArgs e) { if (textBox1.Text == "hxnain" && textBox2.Text == "hxn123") { inbox InboxForm = new inbox(); InboxForm.Show(); this.Hide(); } }
private void button1_Click(object sender, EventArgs e) { if (textBox1.Text == "Hafiz Hamza" && textBox2.Text == "hamzaahemad???") { inbox InboxForm = new inbox(); InboxForm.Show(); this.Hide(); } }