浏览代码

Deleted CustomCanvas

Deleted CustomCanvas as it no longer serves a purpose
m-edlund 5 年之前
父节点
当前提交
4178ea6066
共有 1 个文件被更改,包括 0 次插入18 次删除
  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);
-        }
-    }
-}