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