Browse Source

Deleted CustomCanvas

Deleted CustomCanvas as it no longer serves a purpose
m-edlund 5 years ago
parent
commit
4178ea6066
1 changed files with 0 additions and 18 deletions
  1. 0 18
      SketchAssistant/SketchAssistantWPF/CustomCanvas.cs

+ 0 - 18
SketchAssistant/SketchAssistantWPF/CustomCanvas.cs

@@ -1,18 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Automation.Peers;
-using System.Windows.Controls;
-
-namespace SketchAssistantWPF
-{
-    public class CustomCanvas : Canvas
-    {
-        protected override AutomationPeer OnCreateAutomationPeer()
-        {
-            return new FrameworkElementAutomationPeer(this);
-        }
-    }
-}