예제 #1
0
        private void TS_Btn_Cd_Click(object sender, EventArgs e)
        {
            FCommande fc = new FCommande();

            fc.MdiParent = this;
            fc.Show();
        }
예제 #2
0
파일: Menu.cs 프로젝트: OussamaChkir/C-
        private void TS_Btn_Cd_Click(object sender, EventArgs e)
        {
            FCommande f = new FCommande();

            f.ShowDialog();
        }