Пример #1
0
        public void RefreshSetting()
        {
            _comboxEx.BindImageKing(cbxImageKind);
            _comboxEx.BindDictionary(cbxSex, "性别", true);

            cbxType.SelectedIndex = 0;
        }
Пример #2
0
 public void RefreshSetting()
 {
     _comboxEx.BindImageKing(cbxImageKind);
     _comboxEx.BindDictionary(cbxApplySex, "性别", true);
 }