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