コード例 #1
0
ファイル: Factory.cs プロジェクト: taoihsu/VisualPOVray
 public static Event everntfunc(fn.ReactFunc rf, fn.EventFunc func)
 {
     return(new ReactEvent(rf, func));
 }
コード例 #2
0
ファイル: ReactEvent.cs プロジェクト: taoihsu/VisualPOVray
 public ReactEvent(fn.ReactFunc rf, fn.EventFunc ef)
 {
     this.rf = rf;
     this.ef = ef;
 }
コード例 #3
0
 public ReactEvent(fn.ReactFunc rf, fn.EventFunc ef)
 {
     this.rf = rf;
     this.ef = ef;
 }