Remotely/ScreenCast.Core/ServiceContainer.cs
2020-04-11 09:52:46 -07:00

10 lines
165 B
C#

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