Effector.Plugin.StoneCut 3.1.5.4:
- aggiunto reset variabile ResetList che viene impostata a vero dalla funzione ResetProductionQueue ma che deve essere a falso perche' siamo ad avvio programma
This commit is contained in:
@@ -191,6 +191,7 @@ Public Class DoorListPageVM
|
||||
Dim sBackupFilePath As String = sBackupDirPath & "\Backup.json"
|
||||
Read(sBackupFilePath)
|
||||
ResetProductionQueue()
|
||||
m_bResetList = False
|
||||
m_BackupTimer.Interval = New TimeSpan(0, 0, 1)
|
||||
AddHandler m_BackupTimer.Tick, AddressOf BackupTimer_Tick
|
||||
m_BackupTimer.Start()
|
||||
|
||||
@@ -55,5 +55,5 @@ Imports System.Windows
|
||||
' by using the '*' as shown below:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("3.1.5.3")>
|
||||
<Assembly: AssemblyFileVersion("3.1.5.3")>
|
||||
<Assembly: AssemblyVersion("3.1.5.4")>
|
||||
<Assembly: AssemblyFileVersion("3.1.5.4")>
|
||||
|
||||
Reference in New Issue
Block a user