c#; if statement

  private void Button1_Click(object sender, EventArgs e)
        {
            if (textBox1.Text== "shakira")
            {
                MessageBox.Show("Fuck you Babe!");
                textBox1.Clear();

            }
            else
            {
                textBox1.Text = "shakira";
            }



Comments

Popular posts from this blog

&& and || in C# application

My Google service terms and conditions