private void OnPostSettings(object sender, GitUIPostActionEventArgs e) { RecreateObservable(); }
private void GitUICommands_PostCheckout(object sender, GitUIPostActionEventArgs e) { CurrentStatus = GitStatusMonitorState.Running; }
private void gitUiCommands_PostSettings(object sender, GitUIPostActionEventArgs e) { UpdateJiraSettings(); }
private void GitUICommands_PostCheckout(object sender, GitUIPostActionEventArgs e) { CurrentStatus = WorkingStatus.Started; }