Ejemplo n.º 1
0
 public RobotWorkerStatusChangeEventArgs(RobotWorker.RobotWorkerStatus RobotWorkerStatus, RobotJob CurrentJob, string Message)
 {
     _RobotWorkerStatus = RobotWorkerStatus;
     _CurrentJob        = CurrentJob;
     _Message           = Message;
 }
Ejemplo n.º 2
0
 public RobotWorkerStatusChangeEventArgs(RobotWorker.RobotWorkerStatus RobotWorkerStatus,RobotJob CurrentJob,string Message)
 {
     _RobotWorkerStatus = RobotWorkerStatus;
     _CurrentJob=CurrentJob;
     _Message = Message;
 }