mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-20 02:37:57 +08:00
Typo and other fixes.
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Tester.Winform
|
||||
public TestForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
if (IntPtr.Size == 8)
|
||||
if (NTwain.PlatformInfo.Current.IsApp64Bit)
|
||||
{
|
||||
Text = Text + " (64bit)";
|
||||
}
|
||||
|
Reference in New Issue
Block a user