aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch/Controls/TouchGifAnimation.xaml
blob: 15154125e1cbb6110c8f42748bab8bd20fce4552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System;
using System.Collections.Generic;
using System.Linq
an> System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; namespace Tango.MachineStudio.Sites.Views { /// <summary> /// Interaction logic for SitesView.xaml /// </summary> public partial class SitesView : UserControl { public SitesView() { InitializeComponent(); } } }