private void button10_Click(object sender, EventArgs e) { Informacion informacion = new Informacion(); informacion.ShowDialog(); }
private void checkBox1_CheckedChanged(object sender, EventArgs e) { Informacion informacion = new Informacion(); informacion.ShowDialog(); }