aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/EmbroideryDisplayView.xaml.cs
blob: 7d0771098c83e16d39469156ca08da72077088cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-15 11:58:41 +0000
 


="nn">System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace Tango.MachineStudio.Developer.Views
{
    /// <summary>
    /// Interaction logic for EmbroideryDisplayView.xaml
    /// </summary>
    public partial class EmbroideryDisplayView : UserControl
    {
        public EmbroideryDisplayView()
        {
            InitializeComponent();
        }
    }
}