using InABox.Configuration; namespace Comal.Classes { public class SupplierScreenSettings : UserConfigurationSettings { public SupplierScreenSettings() { SupplierColumnWidth = 800F; } public ScreenViewType ViewType { get; set; } public double SupplierColumnWidth { get; set; } } }