C# Class GitSharp.Demo.CommitDiffView

Interaction logic for CommitDiffView.xaml
Afficher le fichier Open project: henon/GitSharp.Demo

Méthodes publiques

Méthode Description
CommitDiffView ( ) : System
Init ( Commit c1, Commit c2 ) : void

Private Methods

Méthode Description
FireSelectionChanged ( ) : void
OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

CommitDiffView() public méthode

public CommitDiffView ( ) : System
Résultat System

Init() public méthode

public Init ( Commit c1, Commit c2 ) : void
c1 Commit
c2 Commit
Résultat void