diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-06-03 14:51:25 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-06-03 14:51:25 +0300 |
| commit | 30ad148902b6c83068f412d1cd4f81a7ce3b32ee (patch) | |
| tree | da892482f944c79da63d62d04338776971dcec0a /Software/Visual_Studio/Tango.SimulateTouch.UI/MainWindow.xaml.cs | |
| parent | 905b4b76c50600851add7f2b95cff2de0f75e1d8 (diff) | |
| download | Tango-30ad148902b6c83068f412d1cd4f81a7ce3b32ee.tar.gz Tango-30ad148902b6c83068f412d1cd4f81a7ce3b32ee.zip | |
Removed local ref in SimulateTouch.UI
Diffstat (limited to 'Software/Visual_Studio/Tango.SimulateTouch.UI/MainWindow.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.SimulateTouch.UI/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.SimulateTouch.UI/MainWindow.xaml.cs b/Software/Visual_Studio/Tango.SimulateTouch.UI/MainWindow.xaml.cs index e652c2e55..33181b13d 100644 --- a/Software/Visual_Studio/Tango.SimulateTouch.UI/MainWindow.xaml.cs +++ b/Software/Visual_Studio/Tango.SimulateTouch.UI/MainWindow.xaml.cs @@ -14,7 +14,6 @@ using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; using Tango.SimulateTouch.UI.Native; -using Windows.UI.Input.Preview.Injection; using System.Security.Cryptography; namespace Tango.SimulateTouch.UI @@ -70,6 +69,7 @@ namespace Tango.SimulateTouch.UI // Point targetLoc = messageTextBlock.PointToScreen(new Point(0, 0)); // HwndSource source = (HwndSource)HwndSource.FromVisual(messageTextBlock); // IntPtr hWnd = source.Handle; + Console.WriteLine("OnButtonLeftButtonDown"); TouchSimulate ts = new TouchSimulate(); |
