mirror of
https://github.com/soukoku/ntwain.git
synced 2025-11-08 02:24:46 +08:00
Removed unused dependency on CommonWin32.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using System;
|
||||
using NTwain.Data;
|
||||
using NTwain.Values;
|
||||
using NTwain.Values;
|
||||
using System;
|
||||
|
||||
namespace NTwain.Triplets
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using NTwain.Data;
|
||||
using NTwain.Values;
|
||||
using System;
|
||||
|
||||
namespace NTwain.Triplets
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System;
|
||||
using NTwain.Data;
|
||||
using NTwain.Values;
|
||||
using NTwain.Values;
|
||||
using System;
|
||||
|
||||
namespace NTwain.Triplets
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Data Group (DG), Data Argument Type (DAT), and Message (MSG)
|
||||
triplets. Rather than letting consumers of this lib deal
|
||||
with all the combinations themselves and risk passing the
|
||||
wrong thing, all defined triplet combinations are simply
|
||||
wrong thing, all valid triplet combinations are simply
|
||||
made available under this namespace.
|
||||
|
||||
Example:
|
||||
|
||||
Reference in New Issue
Block a user