예제 #1
0
 public static void InvokeGumpCreated(GumpCreatedEventArgs args)
 {
     if (GumpCreated != null)
     {
         GumpCreated(args);
     }
 }
예제 #2
0
파일: Events.cs 프로젝트: Jascen/UOSmart
 public static void InvokeGumpCreated(GumpCreatedEventArgs args)
 {
     if (GumpCreated != null)
         GumpCreated(args);
 }