Example #1
0
 public bool SendSelectedWorkerTo(MaterialSource mat)
 {
     if (SelectedWorker != null)
     {
         return(SelectedWorker.AssignResource(mat));
     }
     return(false);
 }