From c8c9606e545f49aae3d9f0524775436adbdf27e9 Mon Sep 17 00:00:00 2001 From: Roy Date: Fri, 9 Feb 2018 13:41:58 +0200 Subject: Added my Controls Library ! Implemented Tech VU Item. --- .../Tango.Visuals/ExtensionMethods/ControlExtensions.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Software/Visual_Studio/Tango.Visuals/ExtensionMethods/ControlExtensions.cs (limited to 'Software/Visual_Studio/Tango.Visuals/ExtensionMethods/ControlExtensions.cs') diff --git a/Software/Visual_Studio/Tango.Visuals/ExtensionMethods/ControlExtensions.cs b/Software/Visual_Studio/Tango.Visuals/ExtensionMethods/ControlExtensions.cs new file mode 100644 index 000000000..0a9e08fa8 --- /dev/null +++ b/Software/Visual_Studio/Tango.Visuals/ExtensionMethods/ControlExtensions.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Controls; + +internal static class ControlExtensions +{ + +} + -- cgit v1.3.1