Exemple #1
0
 public void Task(string[] table)
 {
     //title, slotid
     Singleton.CreateTask(table[0], int.Parse(table[1]));
 }