static EventArguments() {
   _JSON_Replacer = new JSF.ExternalFunction(ConvertDate);
 }
 static DWorkspace() {
   _JSON_Replacer = new JSF.ExternalFunction(ConvertDate);
   _this = new DWorkspace();
 }
Exemple #3
0
 //private static JSF.ExternalFunction _JS_Replacer;
 static JsLib()
 {
     _SJ_Replacer = new JSF.ExternalFunction(SJ_CustomTypesRepl);
     //_JS_Replacer = new JSF.ExternalFunction(JS_CustomTypesRepl);
 }