TrakHound_Dashboard.Pages.Dashboard.OeeStatus.Controls.Row.Row C# (CSharp) 메소드

Row() 공개 메소드

public Row ( DeviceDescription device ) : System
device TrakHound.Configurations.DeviceDescription
리턴 System
        public Row(DeviceDescription device)
        {
            InitializeComponent();
            root.DataContext = this;

            Device = device;
        }