- inizio modifica per mostrare messaggi da finitestatemachine
This commit is contained in:
@@ -6,6 +6,11 @@ Public Class FiniteStateMachineManager
|
||||
Private m_FiniteStateMachineTimer As New DispatcherTimer
|
||||
|
||||
Private m_FiniteStateMachineList As New List(Of FiniteStateMachine)
|
||||
Friend ReadOnly Property FiniteStateMachineList As List(Of FiniteStateMachine)
|
||||
Get
|
||||
Return m_FiniteStateMachineList
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Private m_PreProcPath As String = ""
|
||||
Private m_PostProcPath As String = ""
|
||||
|
||||
Reference in New Issue
Block a user