mirror of
https://github.com/soukoku/ntwain.git
synced 2026-01-26 21:48:36 +08:00
Added placeholder methods for all to be supported archtectures.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace ConsoleApp
|
||||
.DefineApp(Assembly.GetExecutingAssembly())
|
||||
.Build();
|
||||
|
||||
Console.WriteLine($"App = {(config.Is64Bit ? "64bit" : "32bit")}");
|
||||
Console.WriteLine($"App = {(config.Is32Bit ? "32bit" : "64bit")}");
|
||||
Console.WriteLine($"Platform = {config.Platform}");
|
||||
Console.WriteLine();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user