Remotely/Agent/Interfaces/IScriptingShell.cs
2024-10-21 11:53:41 -07:00

6 lines
106 B
C#

namespace Remotely.Agent.Interfaces;
public interface IScriptingShell
{
bool IsDisposed { get; }
}