Ignore not initialized warning

This commit is contained in:
Thorsten Sommer 2022-07-09 22:25:18 +02:00
parent d0b466430a
commit a22a5328f5
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -8,7 +8,7 @@ namespace UI_WinForms;
internal static class Program
{
internal const string VERSION = "v0.1.0";
internal static IServiceProvider SERVICE_PROVIDER;
internal static IServiceProvider SERVICE_PROVIDER = null!;
[STAThread]
private static void Main()