private void button1_Click(object sender, EventArgs e)
{
string text = this.keyfield.Text;
bool flag = text == "XOQIBwcLudyp6NG";
if (flag)
{
MessageBox.Show("nice, you did it");
Application.Exit();
}
else
{
MessageBox.Show("nope, thats not it");
}
}
__________
use dnspy |
==> |