Пример #1
0
 public Test(Controller _core, IGEPlugin _ge, TextFileEditor txt)
 {
     core = _core;
     t_pool = core.getTrips();
     record = core.getRecord();
     ge = _ge;
     txtedit = txt;
 }
Пример #2
0
 public Controller(IGEPlugin _ge, TripPool _t_pool, Rec _record)
 {
     ge     = _ge;
     record = _record;
     t_pool = _t_pool;
 }
Пример #3
0
 public Controller(IGEPlugin _ge, TripPool _t_pool, Rec _record)
 {
     ge = _ge;
     record = _record;
     t_pool = _t_pool;
 }