Explorar o código

Deleted CustomCanvas

Deleted CustomCanvas as it no longer serves a purpose
m-edlund %!s(int64=5) %!d(string=hai) anos
pai
achega
4178ea6066
Modificáronse 1 ficheiros con 0 adicións e 18 borrados
  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);
-        }
-    }
-}