aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Sites/Views/SitesView.xaml.cs
blob: e6a4a6fe6dab85013343585fcd3278c6099bbce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-26 02:29:12 +0000
 


nn">Tango.MachineStudio.Sites.Views
{
    /// <summary>
    /// Interaction logic for SitesView.xaml
    /// </summary>
    public partial class SitesView : UserControl
    {
        public SitesView()
        {
            InitializeComponent();
        }
    }
}