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