예제 #1
0
 public HexEditorAppSettingsTab(HexEditorSettingsImpl hexEditorSettingsImpl)
 {
     this.hexEditorSettingsImpl = hexEditorSettingsImpl;
     this.displayAppSettingsVM  = new HexEditorAppSettingsVM(hexEditorSettingsImpl.Clone());
 }
예제 #2
0
 HexEditorAppSettingsTabProvider(HexEditorSettingsImpl hexEditorSettingsImpl)
 {
     this.hexEditorSettingsImpl = hexEditorSettingsImpl;
 }