예제 #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);
 }
예제 #3
0
 public void RefreshSetting()
 {
     BindDepartmentData();
     _comboxEx.BindDictionary(cbxSex, "性别", true);
 }