mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
10 lines
162 B
C#
10 lines
162 B
C#
using System;
|
|
|
|
namespace Remotely.Desktop.Core
|
|
{
|
|
public class ServiceContainer
|
|
{
|
|
public static IServiceProvider Instance { get; set; }
|
|
}
|
|
}
|