ComboBox 绑定数据

This commit is contained in:
ChsBuffer
2020-08-20 15:28:45 +08:00
parent 2dfc23bbac
commit 6c1c2a2b44
18 changed files with 224 additions and 242 deletions

View File

@@ -262,7 +262,7 @@ namespace Netch.Forms.Mode
MessageBoxX.Show(i18N.Translate("Mode added successfully"));
Global.MainForm.AddMode(mode);
Modes.Add(mode);
Close();
}
else