Exemplo n.º 1
0
 public static void ConfigureSdk()
 {
     WindowHelper.Show <ConfigurationWindow>("Configuration");
 }
Exemplo n.º 2
0
 public static void Configure()
 {
     WindowHelper.Show <NotificationsWindow>("Notifications");
 }
Exemplo n.º 3
0
 public static void EventDefinitions()
 {
     WindowHelper.Show <EventsWindow>("Events");
 }
Exemplo n.º 4
0
 public static void EventManager()
 {
     WindowHelper.Show <EventsManagerWindow>(EventsManagerWindow.WINDOW_TITLE);
 }