This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
Quasar
mirror of
https://github.com/quasar/Quasar.git
Watch
1
Star
1
Fork
You've already forked Quasar
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9508779fc0
Quasar
/
Quasar.Common
/
Enums
/
UserStatus.cs
9 lines
105 B
C#
Raw
Normal View
History
Unescape
Escape
Add common library
2018-08-18 16:55:25 +00:00
namespace
Quasar.Common.Enums
Some refactoring and Remote Desktop improvements
2015-07-25 22:10:59 +00:00
{
public
enum
UserStatus
{
Refactor client installation and startup
2020-05-27 20:21:40 +00:00
Active
,
Idle
Some refactoring and Remote Desktop improvements
2015-07-25 22:10:59 +00:00
}
}