Пример #1
0
        private void Button2_Click(object sender, EventArgs e)
        {
            Form l = new title();

            l.Show();
            this.Close();
        }
Пример #2
0
        private void Button2_Click(object sender, EventArgs e)
        {
            Form na = new title();

            na.Show();
            this.Hide();
        }