예제 #1
0
파일: Commands.cs 프로젝트: pashav15/pashav
 public override void Execute(LogEditorCtxMenuContext context) => settings.ShowModuleLoadMessages = !settings.ShowModuleLoadMessages;
예제 #2
0
파일: Commands.cs 프로젝트: pashav15/pashav
 public override void Execute(LogEditorCtxMenuContext context) => settings.ShowStepFilteringMessages = !settings.ShowStepFilteringMessages;
예제 #3
0
파일: Commands.cs 프로젝트: pashav15/pashav
 public override bool IsChecked(LogEditorCtxMenuContext context) => settings.ShowModuleLoadMessages;
예제 #4
0
파일: Commands.cs 프로젝트: pashav15/pashav
 public override void Execute(LogEditorCtxMenuContext context) => settings.ShowExceptionMessages = !settings.ShowExceptionMessages;
예제 #5
0
파일: Commands.cs 프로젝트: pashav15/pashav
 public override bool IsChecked(LogEditorCtxMenuContext context) => settings.ShowStepFilteringMessages;
예제 #6
0
파일: Commands.cs 프로젝트: pashav15/pashav
 public override bool IsChecked(LogEditorCtxMenuContext context) => settings.ShowExceptionMessages;
예제 #7
0
파일: Commands.cs 프로젝트: pashav15/pashav
 public override void Execute(LogEditorCtxMenuContext context) => settings.ShowProgramOutputMessages = !settings.ShowProgramOutputMessages;
예제 #8
0
파일: Commands.cs 프로젝트: pashav15/pashav
 public override bool IsChecked(LogEditorCtxMenuContext context) => settings.ShowProgramOutputMessages;
예제 #9
0
파일: Commands.cs 프로젝트: pashav15/pashav
 public override void Execute(LogEditorCtxMenuContext context) => settings.ShowThreadExitMessages = !settings.ShowThreadExitMessages;
예제 #10
0
파일: Commands.cs 프로젝트: pashav15/pashav
 public override bool IsChecked(LogEditorCtxMenuContext context) => settings.ShowThreadExitMessages;