TrakHound_Dashboard.Pages.Dashboard.OeeStatus.Controls.Row.Row C# (CSharp) Method

Row() public method

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

            Device = device;
        }