コード例 #1
0
ファイル: Information.cs プロジェクト: saad07-x/PhoneStoreApp
        private void button4_Click(object sender, EventArgs e)
        {
            this.Close();
            Aboutus a = new Aboutus();

            a.Show();
        }
コード例 #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            this.Hide();
            Aboutus m = new Aboutus();

            m.Show();
        }