mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-19 01:57:56 +08:00
Typo and other fixes.
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Tester.WPF
|
||||
InitializeComponent();
|
||||
if (!DesignerProperties.GetIsInDesignMode(this))
|
||||
{
|
||||
if (IntPtr.Size == 8)
|
||||
if (PlatformInfo.Current.IsApp64Bit)
|
||||
{
|
||||
Title = Title + " (64bit)";
|
||||
}
|
||||
|
Reference in New Issue
Block a user