mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
16 lines
296 B
C#
16 lines
296 B
C#
using Remotely.Desktop.Core.Interfaces;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Remotely.Desktop.Linux.Services
|
|
{
|
|
public class SessionIndicatorLinux : ISessionIndicator
|
|
{
|
|
public void Show()
|
|
{
|
|
// TODO.
|
|
}
|
|
}
|
|
}
|