VisualPOVRAY.ReactEvent.ReactEvent C# (CSharp) Method

ReactEvent() public method

public ReactEvent ( VisualPOVRAY.Functions rf, VisualPOVRAY.Functions ef ) : System
rf VisualPOVRAY.Functions
ef VisualPOVRAY.Functions
return System
        public ReactEvent(fn.ReactFunc rf, fn.EventFunc ef)
        {
            this.rf = rf;
            this.ef = ef;
        }