Remotely/Desktop.Core/Interfaces/ISessionIndicator.cs
2021-07-29 07:56:38 -07:00

12 lines
190 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Remotely.Desktop.Core.Interfaces
{
public interface ISessionIndicator
{
void Show();
}
}