mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
22 lines
396 B
C#
22 lines
396 B
C#
|
|
using NTwain.Data;
|
|||
|
|
using NTwain.Triplets;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.ComponentModel;
|
|||
|
|
using System.Diagnostics;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Runtime.InteropServices;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading;
|
|||
|
|
|
|||
|
|
namespace NTwain
|
|||
|
|
{
|
|||
|
|
partial class TwainSession
|
|||
|
|
{
|
|||
|
|
private void HandleSourceMsg(Message msg)
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|