Esempio n. 1
0
 public static JSFunctionCall alert(JSValueString str)
 {
     return new JSFunctionCall("alert", str);
 }
Esempio n. 2
0
 public static JSFunctionCall Call(JSValueString str)
 {
     return window.alert(str);
 }
Esempio n. 3
0
 public static JSFunctionCall getElementById(JSValueString str)
 {
     return new JSFunctionCall("getElementById", str);
 }