Example #1
0
        void alimenter_cb_type_prob()
        {
            string req = "select * from Type_Prob";

            Class1.Remplir_cb(req, this.cbType);
        }