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