예제 #1
0
        private void NextSummaryBtn_Click(object sender, EventArgs e)
        {
            startForm sf = new startForm();

            this.Visible = false;
            sf.ShowDialog();
            sf.Visible = true;
        }
예제 #2
0
 private void NextSummaryBtn_Click(object sender, EventArgs e)
 {
     startForm sf = new startForm();
     this.Visible = false;
     sf.ShowDialog();
     sf.Visible = true;
 }