Exemplo n.º 1
0
        private void BackButton_Click_1(object sender, EventArgs e)
        {
            Form f = this.FindForm();

            f.Controls.Remove(this);

            menuScreen ms = new menuScreen();

            f.Controls.Add(ms);
            ms.Focus();
        }