aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Statistics/Models/RmlModel.cs
blob: 789779e427869888a23beb33be1c032a4b62882a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.MachineStudio.Statistics.Models
{
    public class RmlModel
    {
        public string Guid { get; set; }

        public string Name { get; set; }
    }
}
k">using System.Windows.Shapes; namespace Tango.MachineStudio.MachineDesigner.Views { /// <summary> /// Interaction logic for MachineView.xaml /// </summary> public partial class MachineView : UserControl { public MachineView() { InitializeComponent(); } } }