Beispiel #1
0
        private void button10_Click(object sender, EventArgs e)
        {
            Informacion informacion = new Informacion();

            informacion.ShowDialog();
        }
Beispiel #2
0
        private void checkBox1_CheckedChanged(object sender, EventArgs e)
        {
            Informacion informacion = new Informacion();

            informacion.ShowDialog();
        }