Example #1
0
 public void AddHandler(Jint.Native.JsValue Function)
 {
     Shared.Scripting.EventHandler EventHandler = new Shared.Scripting.EventHandler();
     EventHandler.Function = Function;
     Event.AddHandler(EventHandler);
 }
Example #2
0
 public void AddHandler(Jint.Native.JsValue Function)
 {
     Shared.Scripting.EventHandler EventHandler = new Shared.Scripting.EventHandler();
     EventHandler.Function = Function;
     Event.AddHandler(EventHandler);
 }