public RobotWorkerStatusChangeEventArgs(RobotWorker.RobotWorkerStatus RobotWorkerStatus, RobotJob CurrentJob, string Message) { _RobotWorkerStatus = RobotWorkerStatus; _CurrentJob = CurrentJob; _Message = Message; }
public RobotWorkerStatusChangeEventArgs(RobotWorker.RobotWorkerStatus RobotWorkerStatus,RobotJob CurrentJob,string Message) { _RobotWorkerStatus = RobotWorkerStatus; _CurrentJob=CurrentJob; _Message = Message; }