Added .NET Framework 4 target for "ComPortHelper" library
Update ComPortHelper.cs, ComPortInfo.cs, and 2 more files...
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace NibblePoker.Library.ComPortWatcher;
|
||||
|
||||
public enum SortingOrder {
|
||||
Descending = -1,
|
||||
None = 0,
|
||||
Ascending = 1,
|
||||
namespace NibblePoker.Library.ComPortWatcher {
|
||||
public enum SortingOrder {
|
||||
Descending = -1,
|
||||
None = 0,
|
||||
Ascending = 1,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user