예제 #1
0
 void FileViewer_GitUICommandsSourceSet(object sender, GitUICommandsSourceEventArgs e)
 {
     UICommandsSource.GitUICommandsChanged += UICommandsSourceChanged;
     UICommandsSourceChanged(UICommandsSource, null);
 }
예제 #2
0
 private void OnUICommandsSourceSet(object sender, GitUICommandsSourceEventArgs e)
 {
     UICommandsSource.UICommandsChanged += OnUICommandsChanged;
     OnUICommandsChanged(UICommandsSource, null);
 }
예제 #3
0
 void FileViewer_GitUICommandsSourceSet(object sender, GitUICommandsSourceEventArgs e)
 {
     UICommandsSource.GitUICommandsChanged += WorkingDirChanged;
     WorkingDirChanged(UICommandsSource, null);
 }