mirror of
https://github.com/soukoku/ntwain.git
synced 2026-01-26 21:48:36 +08:00
Testing new twain session ctor.
This commit is contained in:
13
samples/Console32/Program.cs
Normal file
13
samples/Console32/Program.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using NTwain;
|
||||
using System.Reflection;
|
||||
|
||||
namespace SampleConsole
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var twain = new TwainSession(Environment.ProcessPath ?? Assembly.GetExecutingAssembly().Location);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user