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