Exemplo n.º 1
0
 void App_DispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e)
 {
     SimulatorProxy.ShowExceptionStatic(e.Exception);
     e.Handled = true;
 }
Exemplo n.º 2
0
 internal static void InjectSimulatorProxy(SimulatorProxy simulatorProxy, Assembly coreAssembly)
 {
     InjectPropertyValue("SimulatorProxy", simulatorProxy, coreAssembly);
 }