forked from amkovkov/GranuSightSoftware2
fix: typos
TOO many typos
This commit is contained in:
@@ -15,7 +15,7 @@ public static class ControlValueHelper
|
||||
{ typeof(ushort ), (obj, _) => Parse<ushort>(obj, ushort.TryParse) },
|
||||
{ typeof(uint ), (obj, _) => Parse<uint >(obj, uint .TryParse) },
|
||||
{ typeof(int ), ParseInt },
|
||||
// int - особый случай потому что он может использовать ControlId.Enumerators для прообразования стокового "enum" в значение
|
||||
// int - особый случай потому что он может использовать ControlId.Enumerators для преобразования строкового "enum" в значение
|
||||
{ typeof(Rectangle), ParseRectangle },
|
||||
{ typeof(Size ), ParseSize },
|
||||
{ typeof(Point ), ParsePoint }
|
||||
|
||||
Reference in New Issue
Block a user