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