|
|
|
@ -12,7 +12,7 @@ namespace Gremlin.MVVM
|
|
|
|
protected override void OnStartup(object sender, System.Windows.StartupEventArgs e)
|
|
|
|
protected override void OnStartup(object sender, System.Windows.StartupEventArgs e)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
//LogManager.GetLog = type => new DebugLog(type); //DEBUGGING
|
|
|
|
//LogManager.GetLog = type => new DebugLog(type); //DEBUGGING
|
|
|
|
_ = DisplayRootViewFor<ShellViewModel>();
|
|
|
|
_ = DisplayRootViewForAsync<ShellViewModel>();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|