Closed dskinner closed 1 year ago
It appears in https://github.com/twain/twain-cs/commit/74fe02ed78a689a8cc42b4d9e74cf1e47107e6a4 there was a swap from Enum.TryParse to TWAIN.Enum_TryParse but a definition for such was not also included in the commit.
Enum.TryParse
TWAIN.Enum_TryParse
Bit of .NET 2.0 snuck in on me from another file. It's been addressed...
It appears in https://github.com/twain/twain-cs/commit/74fe02ed78a689a8cc42b4d9e74cf1e47107e6a4 there was a swap from
Enum.TryParse
toTWAIN.Enum_TryParse
but a definition for such was not also included in the commit.