Exemple #1
0
        private void fillStatus()
        {
            string    Error = "";
            DBProduct Obj   = new DBProduct();
            DataTable table = Obj.getAllStatus(ref Error);

            comboBox3.DataSource    = table;
            comboBox3.DisplayMember = "ProblemSolved";
            comboBox3.ValueMember   = "SlvId";
        }