コード例 #1
0
        private void toolStripLabel1_Click(object sender, EventArgs e)
        {
            ControlMainForm main = new ControlMainForm();

            this.Visible = false;
            main.Show();
        }
コード例 #2
0
        private void ButtonEnd_Click(object sender, EventArgs e)
        {
            ControlMainForm main = new ControlMainForm();

            this.Visible = false;
            main.Show();
        }