Remotely/ScreenCast.Core/ServiceContainer.cs
2021-07-29 07:56:15 -07:00

10 lines
165 B
C#

using System;
namespace Remotely.ScreenCast.Core
{
public class ServiceContainer
{
public static IServiceProvider Instance { get; set; }
}
}