mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-21 03:57:58 +08:00
Added Full framework console sample.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
namespace NetCoreConsole
|
||||
namespace ConsoleApp
|
||||
{
|
||||
class Program
|
||||
{
|
||||
@@ -62,6 +62,7 @@ namespace NetCoreConsole
|
||||
Console.WriteLine("ERROR: " + ex.ToString());
|
||||
}
|
||||
|
||||
Console.WriteLine("----------------------------------");
|
||||
Console.WriteLine("Test ended, press Enter to exit...");
|
||||
Console.ReadLine();
|
||||
}
|
||||
|
Reference in New Issue
Block a user