コード例 #1
0
ファイル: ExceptionListSettings.cs プロジェクト: mubix/dnSpy
 public TemporarilyDisableSaveHelper(ExceptionListSettings settings)
 {
     this.settings = settings;
     settings.disableSaveCounter++;
 }
コード例 #2
0
 public TemporarilyDisableSaveHelper(ExceptionListSettings settings)
 {
     this.settings = settings;
     settings.disableSaveCounter++;
 }
コード例 #3
0
 ExceptionListSettingsLoader(ExceptionListSettings exceptionListSettings)
 {
     // Nothing to do, we needed it created
 }
コード例 #4
0
		ExceptionListSettingsLoader(ExceptionListSettings exceptionListSettings) {
			// Nothing to do, we needed it created
		}