示例#1
0
 public static void InvokeOnPostRenderEvent(object @this)
 {
     OnPostRenderEvent.Invoke(@this, EventArgs.Empty);
 }
示例#2
0
文件: Graphics.cs 项目: vizv/SMAPI
 internal static void InvokeOnPostRenderEvent(object sender, EventArgs e)
 {
     OnPostRenderEvent.Invoke(sender, e);
 }