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