コード例 #1
0
ファイル: Automaton.cs プロジェクト: elit0451/StateMachine
 private void ExpireSession(object sender, ElapsedEventArgs e)
 {
     _currentState.Expired(_currentState.ToString(), _systemId, _instanceId);
     _timer.Stop();
 }