private void button8_Click(object sender, EventArgs e) { LCout f3 = new LCout(); // Instantiate a Form3 object. f3.Show(); // Show Form3 and }
private void button_WOC4_Click(object sender, EventArgs e) { LCout f3 = new LCout(); f3.Show(); }