Exemple #1
0
 private static void RegisterTrgiggeredWindows(WindowsAllocator allocator)
 {
     allocator.Register <MailWindow, ShowMailWindowEvent>();
     allocator.Register <AboutWindow>(PlainWindowEvents.ShowAboutWindow);
     allocator.Register <MailListWindow>(PlainWindowEvents.ShowMailListWindow);
     allocator.Register <SettingsWindow>(PlainWindowEvents.ShowSettingsWindow);
 }
Exemple #2
0
 private static void RegisterTrgiggeredWindows(WindowsAllocator allocator)
 {
     allocator.Register<MailWindow, ShowMailWindowEvent>();
     allocator.Register<AboutWindow>(PlainWindowEvents.ShowAboutWindow);
     allocator.Register<MailListWindow>(PlainWindowEvents.ShowMailListWindow);
     allocator.Register<SettingsWindow>(PlainWindowEvents.ShowSettingsWindow);
 }