- using System;
- using InABox.Configuration;
- namespace Comal.Classes
- {
- public class JobScreenSettings : UserConfigurationSettings
- {
- public Guid JobStatus { get; set; }
- public ScreenViewType ViewType { get; set; }
- public double JobColumnWidth { get; set; }
- }
- }
|