Пример #1
0
 public void Schedule(string[] table)
 {
     Singleton.CreateSchedule(table[0], int.Parse(table[1]));
 }