Remotely/Desktop.Shared/StaticServiceProvider.cs
2024-07-16 09:11:32 -07:00

7 lines
157 B
C#

namespace Immense.RemoteControl.Desktop.Shared;
public static class StaticServiceProvider
{
public static IServiceProvider? Instance { get; set; }
}