Exemplo n.º 1
0
 public static void SetAfterPageLoadFunction(PageLoadFunctionType pAfterPageLoadFunction)
 {
     mAfterPageLoadFunction = pAfterPageLoadFunction;
 }
Exemplo n.º 2
0
 public static void SetBeforePageLoadFunction(PageLoadFunctionType pBeforePageLoadFunction)
 {
     mBeforePageLoadFunction = pBeforePageLoadFunction;
 }