Пример #1
0
 public void PrintWorkingList()
 {
     ConsoleManager.WriteLine(string.Join(" ", this.workList));
 }