Exemple #1
0
 public static void InvokeOnPreRenderGuiEvent(object @this)
 {
     OnPreRenderGuiEvent.Invoke(@this, EventArgs.Empty);
 }
Exemple #2
0
 internal static void InvokeOnPreRenderGuiEvent(object sender, EventArgs e)
 {
     OnPreRenderGuiEvent.Invoke(sender, e);
 }