Beispiel #1
0
 public static void SetAfterPageLoadFunction(PageLoadFunctionType pAfterPageLoadFunction)
 {
     mAfterPageLoadFunction = pAfterPageLoadFunction;
 }
Beispiel #2
0
 public static void SetBeforePageLoadFunction(PageLoadFunctionType pBeforePageLoadFunction)
 {
     mBeforePageLoadFunction = pBeforePageLoadFunction;
 }