예제 #1
0
        private void buttonListeC_Click(object sender, EventArgs e)
        {
            FormListeCamions listecamion = new FormListeCamions();

            listecamion.ShowDialog();
        }
예제 #2
0
        private void camion_btn_Click(object sender, EventArgs e)
        {
            FormListeCamions listecamions = new FormListeCamions();

            listecamions.ShowDialog();
        }