Remotely/ScreenCast.Core/ServiceContainer.cs
2021-07-29 07:56:07 -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; }
}
}