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