public HexEditorAppSettingsTab(HexEditorSettingsImpl hexEditorSettingsImpl)
 {
     this.hexEditorSettingsImpl = hexEditorSettingsImpl;
     this.displayAppSettingsVM  = new HexEditorAppSettingsVM(hexEditorSettingsImpl.Clone());
 }
 public HexEditorAppSettingsTab(HexEditorSettingsImpl hexEditorSettingsImpl)
 {
     this.hexEditorSettingsImpl = hexEditorSettingsImpl;
     this.displayAppSettingsVM = new HexEditorAppSettingsVM(hexEditorSettingsImpl.Clone());
 }
 HexEditorAppSettingsTabCreator(HexEditorSettingsImpl hexEditorSettingsImpl)
 {
     this.hexEditorSettingsImpl = hexEditorSettingsImpl;
 }
 HexEditorAppSettingsTabCreator(HexEditorSettingsImpl hexEditorSettingsImpl)
 {
     this.hexEditorSettingsImpl = hexEditorSettingsImpl;
 }