Fixed TypeExtensions init error #32

This commit is contained in:
soukoku
2015-01-30 07:05:15 -05:00
parent 1170b2d6ef
commit 38baf125a0
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ namespace NTwain.Data
{ItemType.Int8, 1},
{ItemType.UInt8, 1},
{ItemType.Int16, 2},
{ItemType.UInt8, 2},
{ItemType.UInt16, 2},
{ItemType.Bool, 2},
{ItemType.Int32, 4},
{ItemType.UInt32, 4},