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
6d8472184e
Quasar
/
Quasar.Server
/
Enums
/
TransferType.cs
9 lines
111 B
C#
Raw
Normal View
History
Unescape
Escape
Adjust namespaces
2018-09-27 08:05:10 +00:00
namespace
Quasar.Server.Enums
Refactor File Manager
2018-09-13 13:34:03 +00:00
{
public
enum
TransferType
{
Upload
,
Download
}
}