修复参数未传入问题
This commit is contained in:
@@ -4572,7 +4572,7 @@ Public Class FrmMain
|
||||
FVer = Convert.ToInt32(Firbuf(3))
|
||||
End If
|
||||
End If
|
||||
If _TableInteraction.TableCompiletoByte(savePath, True) = True Then
|
||||
If _TableInteraction.TableCompiletoByte(FVer, savePath, True) = True Then
|
||||
_TableInteraction.Save(savePath) '保存配置文件
|
||||
If IsShowCompileResult Then MsgBox($"Compile complete, Configuration version number:" & _TableInteraction.ConfigInfo.CfgFileVersion)
|
||||
Return True
|
||||
|
||||
Reference in New Issue
Block a user