コード例 #1
0
ファイル: DisplaySettingsTab.cs プロジェクト: lovebanyi/dnSpy
 DisplayAppSettingsTabCreator(TextEditorSettingsImpl textEditorSettings, FileTreeViewSettingsImpl fileTreeViewSettings, FileTabManagerSettingsImpl fileTabManagerSettings)
 {
     this.textEditorSettings = textEditorSettings;
     this.fileTreeViewSettings = fileTreeViewSettings;
     this.fileTabManagerSettings = fileTabManagerSettings;
 }
コード例 #2
0
ファイル: MiscOptions.cs プロジェクト: GreenDamTan/dnSpy
 TabMiscOptionCreator(FileTreeViewSettingsImpl fileTreeViewSettings)
 {
     this.fileTreeViewSettings = fileTreeViewSettings;
 }