コード例 #1
0
        private void btnGoToMasters_Click(object sender, EventArgs e)
        {
            MastersForm mf = new MastersForm();

            this.Hide();
            mf.ShowDialog();
            this.Show();
        }