Remotely/Desktop.Shared/StaticServiceProvider.cs
2024-07-16 09:25:15 -07:00

7 lines
144 B
C#

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