예제 #1
0
        private void button8_Click(object sender, EventArgs e)
        {
            LCout f3 = new LCout(); // Instantiate a Form3 object.

            f3.Show();              // Show Form3 and
        }
예제 #2
0
        private void button_WOC4_Click(object sender, EventArgs e)
        {
            LCout f3 = new LCout();

            f3.Show();
        }