Exemple #1
0
        public void funStart()
        {
            cControl control = new cControl();

            cbxType.DataSource    = control.cbxItemType();
            cbxType.DisplayMember = "Name";
            cbxType.ValueMember   = "Value";
        }