11 lines
No EOL
189 B
C#
11 lines
No EOL
189 B
C#
namespace VirtualPrinter.Agent.Core
|
|
{
|
|
public interface ISessionInfo
|
|
{
|
|
int Id { get; set; }
|
|
|
|
string Desktop { get; set; }
|
|
|
|
string Sid { get; set; }
|
|
}
|
|
} |