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