示例#1
0
        public Model()
        {
            this.fournisseurDAO     = new FournisseurDAO();
            this.articleDAO         = new ArticleDAO();
            this.commandeDAO        = new Commandes_articlesDAO();
            this.clientsDAO         = new ClientsDAO();
            this.tarifs_articlesDAO = new Tarifs_articlesDAO();
            this.devis_enteteDAO    = new Devis_entetesDAO();
            this.devis_articleDAO   = new Devis_articlesDAO();
            this.fournVue           = new FournisseurVue(this);
            this.clientVue          = new ClientVue(this);
            this.commandeVue        = new CommandeVue(this);

            listeCli();
        }
示例#2
0
        public App()
        {
            InitializeComponent();

            MainPage = new ClientVue();
        }