Initial Commit ...
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace xCommons.Constants {
|
||||
/// <summary>
|
||||
/// a collection of available Client Devices
|
||||
/// </summary>
|
||||
public enum XDeviceType {
|
||||
Unknown,
|
||||
Mobile,
|
||||
Tablet,
|
||||
Desktop
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user