Exemplo n.º 1
0
 public TaskManager(GlyTaskManager raw)
 {
     _raw    = raw;
     _source = new CommonSource(this);
 }
Exemplo n.º 2
0
 public EnRouteManager(GlyEnRouteManager raw)
 {
     _raw    = raw;
     _source = new CommonSource(this);
 }