Beispiel #1
0
 public static void NoEventsFound()
 {
     Output.Append("No events found\n");
 }
Beispiel #2
0
 public static void EventAdded()
 {
     Output.Append("Event added\n");
 }