Exemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            if (textBox1.Text == "farazInam" && textBox2.Text == "125")
            {
                inbox InboxForm = new inbox();

                InboxForm.Show();
                this.Hide();
            }
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            if (textBox1.Text == "hxnain" && textBox2.Text == "hxn123")
            {
                inbox InboxForm = new inbox();

                InboxForm.Show();
                this.Hide();
            }
        }
Exemplo n.º 3
0
        private void button1_Click(object sender, EventArgs e)
        {
            if (textBox1.Text == "Hafiz Hamza" && textBox2.Text == "hamzaahemad???")
            {
                inbox InboxForm = new inbox();

                InboxForm.Show();
                this.Hide();
            }
        }