Remotely/Desktop.Core/ServiceContainer.cs

10 lines
162 B
C#

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