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