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