diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls/TouchRadioButton.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Controls/TouchRadioButton.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchRadioButton.cs b/Software/Visual_Studio/Tango.Touch/Controls/TouchRadioButton.cs deleted file mode 100644 index 88fd4906d..000000000 --- a/Software/Visual_Studio/Tango.Touch/Controls/TouchRadioButton.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Controls; -using System.Windows; - -namespace Tango.Touch.Controls -{ - public class TouchRadioButton : RadioButton - { - static TouchRadioButton() - { - DefaultStyleKeyProperty.OverrideMetadata(typeof(TouchRadioButton), new FrameworkPropertyMetadata(typeof(TouchRadioButton))); - } - } -} |
