Example #1
0
 public Project(Callback c)
 {
     callback = c;
 }
Example #2
0
 public Pioneer1(Project.Callback c) : base(c)
 {
     initTasks();
 }