Пример #1
0
 public Reactive(IFn func)
 {
     this.func       = func;
     sully           = new Sully(this);
     registerDepInst = new RegisterDep(this);
 }
Пример #2
0
 public Reactive(IFn func)
 {
     this.func = func;
     sully = new Sully(this);
     registerDepInst = new RegisterDep(this);
 }