Ejemplo n.º 1
0
        private void LabaForm1_KeyPress(object sender, KeyPressEventArgs e)
        {
            LabaForm1_2 f = new LabaForm1_2();

            f.Owner = this;
            f.Show(); this.Hide();
        }
Ejemplo n.º 2
0
        private void LabaForm1_Click(object sender, EventArgs e)
        {
            LabaForm1_2 f = new LabaForm1_2();

            f.Owner = this;
            f.Show(); this.Hide();
        }