コード例 #1
0
ファイル: LW4title.cs プロジェクト: vokti/1-sem-c-
        private void Button2_Click(object sender, EventArgs e)
        {
            Form l = new title();

            l.Show();
            this.Close();
        }
コード例 #2
0
        private void Button2_Click(object sender, EventArgs e)
        {
            Form na = new title();

            na.Show();
            this.Hide();
        }