예제 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Close();
            process p = new process();

            p.Select();
        }
예제 #2
0
        private void button9_Click(object sender, EventArgs e)
        {
            RESULT r = new RESULT();

            r.Show();
            process p = new process();

            p.Close();
        }
        private void button2_Click(object sender, EventArgs e)
        {
            /*if (textBox1.Text == "cse" && textBox2.Text == "1234")
             * {
             * }
             * else
             * {
             *  panel1.Hide();
             *  MessageBox.Show("PLEASE ENTER YOUR NAME AND PASSWORD !!! ");
             * }*/

            process p = new process();

            p.Show();
            Form1 f1 = new Form1();

            f1.Hide();
            //this.Close();

            textBox1.Clear();
            textBox2.Clear();
        }