mirror of
https://github.com/soukoku/ntwain.git
synced 2025-11-07 18:14:46 +08:00
Typos and others.
This commit is contained in:
@@ -926,7 +926,7 @@ namespace NTwain.Data
|
||||
{
|
||||
if (toPopulate == null) { toPopulate = new List<object>(); }
|
||||
|
||||
var read = CapabilityReadOut.ReadValue(this);
|
||||
var read = CapabilityReader.ReadValue(this);
|
||||
|
||||
switch (read.ContainerType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user