twain / twain-cs

A C# interface for TWAIN
168 stars 67 forks source link

missing definition for TWAIN.Enum_TryParse #54

Closed dskinner closed 1 year ago

dskinner commented 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.

mlmcl62 commented 1 year ago

Bit of .NET 2.0 snuck in on me from another file. It's been addressed...