Remotely/ScreenCast.Core/ServiceContainer.cs
2020-03-08 13:37:45 -07:00

12 lines
218 B
C#

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