コード例 #1
0
ファイル: Reactive.cs プロジェクト: yogsototh/freactive
 public Reactive(IFn func)
 {
     this.func       = func;
     sully           = new Sully(this);
     registerDepInst = new RegisterDep(this);
 }
コード例 #2
0
ファイル: Reactive.cs プロジェクト: Provisdom/freactive
 public Reactive(IFn func)
 {
     this.func = func;
     sully = new Sully(this);
     registerDepInst = new RegisterDep(this);
 }