Example #1
0
        private void LabaForm1_KeyPress(object sender, KeyPressEventArgs e)
        {
            LabaForm1_2 f = new LabaForm1_2();

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

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