Private void button2_Click(object sender, EventArgs e) { comboBox2.Visible = true; numericUpDown2.Visible = true;
}
private void button2_DoubleClick(object sender, EventArgs e)
{
comboBox3.Visible = true; numericUpDown3.Visible = true;
}
private void button2_TroubleClick(object sender, EventArgs e)
Как сделать так чтобы по щелчку мыши появлялись 2 кнопки,а по 2 ещё 2, по 3 ещё 2 и тд C#