Beispiel #1
0
 /// <summary>
 /// Posts up the specified event to the hub.
 /// </summary>
 public static void Post(Event e)
 {
     Instance.Feed(e);
 }