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