version 0.1.0

Added COPYING and README.md
Implemented Serilog
This commit is contained in:
Jeddunk 2021-01-14 19:38:31 +01:00
parent 32c48b01b9
commit a34ed8881d
11 changed files with 785 additions and 28 deletions

View file

@ -11,7 +11,7 @@ namespace GoldbergGUI.WPF
{
public App()
{
this.RegisterSetupType<MvxWpfSetup<Core.App>>();
this.RegisterSetupType<Setup>();
}
}
}