Ignore not initialized warning
This commit is contained in:
parent
d0b466430a
commit
a22a5328f5
@ -8,7 +8,7 @@ namespace UI_WinForms;
|
|||||||
internal static class Program
|
internal static class Program
|
||||||
{
|
{
|
||||||
internal const string VERSION = "v0.1.0";
|
internal const string VERSION = "v0.1.0";
|
||||||
internal static IServiceProvider SERVICE_PROVIDER;
|
internal static IServiceProvider SERVICE_PROVIDER = null!;
|
||||||
|
|
||||||
[STAThread]
|
[STAThread]
|
||||||
private static void Main()
|
private static void Main()
|
||||||
|
Loading…
Reference in New Issue
Block a user