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