Procházet zdrojové kódy

Deleted CustomCanvas

Deleted CustomCanvas as it no longer serves a purpose
m-edlund před 5 roky
rodič
revize
4178ea6066
1 změnil soubory, kde provedl 0 přidání a 18 odebrání
  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);
-        }
-    }
-}