Update tab order

This commit is contained in:
2022-11-08 20:15:12 +08:00
parent c018b23913
commit a4cf38dd71
3 changed files with 7597 additions and 7591 deletions

View File

@@ -2432,6 +2432,12 @@ namespace GrasscutterTools.Forms
/// </summary>
async private void ButtonOpenGOODImport_Click(object sender, EventArgs e)
{
if (OC == null || !OC.CanInvoke)
{
ShowTip(Resources.RequireOpenCommandTip, BtnInvokeOpenCommand);
return;
}
OpenFileDialog openFileDialog1 = new OpenFileDialog
{
Filter = "GOOD file (*.GOOD;*.json)|*.GOOD;*.json|All files (*.*)|*.*",