Implemented memory-file transfer.

This commit is contained in:
soukoku
2014-04-07 19:21:33 -04:00
parent 05e4eb8504
commit 2820cf7a8d
9 changed files with 88 additions and 49 deletions

View File

@@ -1,17 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NTwain.Triplets;
using NTwain.Data;
using NTwain.Values;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using System.Diagnostics;
using System.Security.Permissions;
using System.IO;
using System.ComponentModel;
using System.Threading;
namespace NTwain
{