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