コード例 #1
0
 public static void InvokeOnPostRenderGuiEvent(object @this)
 {
     OnPostRenderGuiEvent.Invoke(@this, EventArgs.Empty);
 }
コード例 #2
0
ファイル: Graphics.cs プロジェクト: vizv/SMAPI
 internal static void InvokeOnPostRenderGuiEvent(object sender, EventArgs e)
 {
     OnPostRenderGuiEvent.Invoke(sender, e);
 }