Esempio n. 1
0
 public static void InvokeGumpCreated(GumpCreatedEventArgs args)
 {
     if (GumpCreated != null)
     {
         GumpCreated(args);
     }
 }
Esempio n. 2
0
 public static void InvokeGumpCreated(GumpCreatedEventArgs args)
 {
     if (GumpCreated != null)
         GumpCreated(args);
 }