Example #1
0
        public sortie(int idarticle, Stand Fen = null)
        {
            Fen_Sortie = Fen;
            idA        = idarticle;

            InitializeComponent();

            affiche_article();
        }
Example #2
0
        public ajout(int idarticle, Stand Fen = null)
        {
            Fen_Ajout = Fen;
            idA       = idarticle;

            InitializeComponent();

            affiche_article();
        }
Example #3
0
        private void btn_Bar_chat_Click(object sender, RoutedEventArgs e)
        {
            Stand wind_Bar_er = new Stand(estOrganisateur, "6");

            etat = true;
            Retour.Stop();
            wind_Bar_er.ShowDialog();
            etat = false;
            Retour.Start();
        }
Example #4
0
        private void btn_Con_erdre_Click(object sender, RoutedEventArgs e)
        {
            Stand wind_Con_erdre = new Stand(estOrganisateur, "5");

            etat = true;
            Retour.Stop();
            wind_Con_erdre.ShowDialog();
            etat = false;
            Retour.Start();
        }