added program startup file

This commit is contained in:
2022-06-29 13:02:46 -04:00
parent 57c3cb0fdb
commit 0331399b36

View File

@@ -18,4 +18,4 @@ namespace DeskHubSharpRevised
.UsePlatformDetect() .UsePlatformDetect()
.LogToTrace(); .LogToTrace();
} }
} }