Exemplo n.º 1
0
 public DemoRobot2(RobotInterface Interface, ManualResetEvent Stop, ManualResetEvent Stopped)
     : base(Interface, Stop, Stopped)
 {
     m_BK         = (DemoBK)Interface.GetBK();
     m_TypeParams = new DemoTypeParams();
     m_NextState  = State.Unknown;
 }
Exemplo n.º 2
0
 public DemoRobot1(RobotInterface Interface, ManualResetEvent Stop, ManualResetEvent Stopped)
     : base(Interface, Stop, Stopped)
 {
     m_BK         = (DemoBK)Interface.GetBK();
     m_TypeParams = new DemoTypeParams();
 }