diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-02-09 13:41:58 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-02-09 13:41:58 +0200 |
| commit | c8c9606e545f49aae3d9f0524775436adbdf27e9 (patch) | |
| tree | 83d9fe870f652058af96f32b7159186f5b80f491 /Software/Visual_Studio/Tango.Visuals/ExtensionMethods/ControlExtensions.cs | |
| parent | bfcefc0cf95f3b8d5243908753129c79bad8dc8b (diff) | |
| download | Tango-c8c9606e545f49aae3d9f0524775436adbdf27e9.tar.gz Tango-c8c9606e545f49aae3d9f0524775436adbdf27e9.zip | |
Added my Controls Library !
Implemented Tech VU Item.
Diffstat (limited to 'Software/Visual_Studio/Tango.Visuals/ExtensionMethods/ControlExtensions.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Visuals/ExtensionMethods/ControlExtensions.cs | 12 |
1 files changed, 12 insertions, 0 deletions
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 +{ + +} + |
