6e4462c8fa
Update ComPortHelper.cs, ComPortInfo.cs, and 2 more files...
8 lines
131 B
C#
8 lines
131 B
C#
namespace NibblePoker.Library.ComPortWatcher {
|
|
public enum SortingOrder {
|
|
Descending = -1,
|
|
None = 0,
|
|
Ascending = 1,
|
|
}
|
|
}
|