mirror of https://github.com/quasar/Quasar.git
9 lines
107 B
C#
9 lines
107 B
C#
|
namespace xClient.Enums
|
|||
|
{
|
|||
|
public enum RemoteDesktopAction
|
|||
|
{
|
|||
|
Start,
|
|||
|
Stop
|
|||
|
}
|
|||
|
}
|