mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-20 19:28:04 +08:00
Some more xml doc updates.
This commit is contained in:
@@ -13,6 +13,7 @@ namespace NetCoreConsole
|
||||
var config = new TwainConfigBuilder()
|
||||
.DefineApp(Assembly.GetExecutingAssembly())
|
||||
.Build();
|
||||
|
||||
Console.WriteLine($"App = {(config.Is64Bit ? "64bit" : "32bit")}");
|
||||
Console.WriteLine($"Platform = {config.Platform}");
|
||||
Console.WriteLine();
|
||||
@@ -38,8 +39,6 @@ namespace NetCoreConsole
|
||||
var selectSrc = session.ShowSourceSelector();
|
||||
Console.WriteLine($"Selected data source = {selectSrc}");
|
||||
Console.WriteLine();
|
||||
|
||||
//session.DefaultSource = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user