Ejemplo n.º 1
0
 public Scheduler(string json, string keyPrefix)
 {
     ScheduleJSON = UC.RemoveJSLineComments(json);
     KeyPrefix    = keyPrefix;
 }