Пример #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            _ofwForm2 a = new _ofwForm2();

            a.ShowDialog();
            getEvent();
        }
Пример #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            _auth b = new _auth();

            b.ShowDialog();
            if (b.upflag == "1")
            {
                _ofwForm2 a = new _ofwForm2();
                a.label2.Text = this.label9.Text;
                a.ShowDialog();
                getEvent();
                label9.Text = "~code~";
            }
            else
            {
                MessageBox.Show(this, "Oops, Wrong Password :P", "Peter Says", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }
        }