C# Class GitSharp.Demo.CommitDiffView

Interaction logic for CommitDiffView.xaml
Exibir arquivo Open project: henon/GitSharp.Demo

Public Methods

Method Description
CommitDiffView ( ) : System
Init ( Commit c1, Commit c2 ) : void

Private Methods

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

Method Details

CommitDiffView() public method

public CommitDiffView ( ) : System
return System

Init() public method

public Init ( Commit c1, Commit c2 ) : void
c1 Commit
c2 Commit
return void