コード例 #1
0
        private void menu_Click(object sender, EventArgs e)
        {
            this.Hide();
            FormSplash form = new FormSplash();

            form.ShowDialog();
        }
コード例 #2
0
        private void menu_Click(object sender, EventArgs e)
        {
            this.Hide();
            FormSplash splash = new FormSplash(); //update to offline when form is created

            splash.ShowDialog();
        }