Exemplo n.º 1
0
 public static void InvokeOnPreRenderEvent(object @this)
 {
     OnPreRenderEvent.Invoke(@this, EventArgs.Empty);
 }
Exemplo n.º 2
0
 internal static void InvokeOnPreRenderEvent(object sender, EventArgs e)
 {
     OnPreRenderEvent.Invoke(sender, e);
 }