Example #1
0
 public static void InvokeOnPostRenderGuiEvent(object @this)
 {
     OnPostRenderGuiEvent.Invoke(@this, EventArgs.Empty);
 }
Example #2
0
 internal static void InvokeOnPostRenderGuiEvent(object sender, EventArgs e)
 {
     OnPostRenderGuiEvent.Invoke(sender, e);
 }