AppMiscOptionCreator(MessageBoxManager messageBoxManager, AppSettingsImpl appSettings) { this.messageBoxManager = messageBoxManager; this.appSettings = appSettings; }
public UseNewRendererVM(AppSettingsImpl appSettings) { this.appSettings = appSettings; this.UseNewRenderer_TextEditor = appSettings.UseNewRenderer_TextEditor; this.UseNewRenderer_HexEditor = appSettings.UseNewRenderer_HexEditor; this.UseNewRenderer_FileTreeView = appSettings.UseNewRenderer_FileTreeView; }
AppMiscOptionProvider(MessageBoxManager messageBoxManager, AppSettingsImpl appSettings) { this.messageBoxManager = messageBoxManager; this.appSettings = appSettings; }