public Settings(IsolatedStorageFileAdapter.StoreType storeType) { Init(storeType); }
protected void Init(IsolatedStorageFileAdapter.StoreType store) { storeType = store; Fonts = new Dictionary<string, Font>(); PrintWorkItems = new Collection<WorkItemPrintData>(); ResetSettings(); }