コード例 #1
0
 public App()
 {
     NBug.Settings.CustomSubmissionEvent += OnCustomSubmissionEvent;
     NBug.Settings.Destinations.Add(new Custom());
     AppDomain.CurrentDomain.UnhandledException += NBug.Handler.UnhandledException;
     Current.DispatcherUnhandledException       += NBug.Handler.DispatcherUnhandledException;
     NBug.Settings.StoragePath = LogDir;
     DispatcherHelper.Initialize();
     ViewModelLocator.BootStrap();
 }
コード例 #2
0
 public App()
 {
     ViewModelLocator.BootStrap();
 }