Esempio n. 1
0
 public bool CanAccept()
 {
     return(!QueueName.IsEmpty() &&
            !SelectedMachine.IsEmpty());
 }