Ejemplo n.º 1
0
 void Invoke(PageDelegate callback)
 {
     try {
         if (callback != null)
         {
             callback(_page);
         }
     }
     catch (Exception e) {
         WebTest.RegisterException(e);
         throw;
     }
 }