예제 #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            _kasambahayForm2 a = new _kasambahayForm2();

            a.ShowDialog();
            getEvent();
        }
예제 #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            _auth a = new _auth();

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