コード例 #1
0
ファイル: Officers.cs プロジェクト: Jerome-Liebenberg/Project
        private void btnPastComminications_Click(object sender, EventArgs e)
        {
            Past_Communications comms = new Past_Communications();

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