예제 #1
0
 public StateObject(DataHistoryRow passeddata)
 {
     _callLevel    = 0;
     _isOperation  = false;
     _data         = passeddata;
     _currentState = states.OT;
 }
예제 #2
0
 public StateObject(DataHistoryRow passeddata)
 {
     _callLevel = 0;
     _isOperation = false;
     _data = passeddata;
     _currentState = states.OT;
 }