C# Class GitSharp.Demo.CommitView.CommitDialog

Interaction logic for CommitDialog.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: henon/GitSharp.Demo Class Usage Examples

Méthodes publiques

Méthode Description
CommitDialog ( ) : System
Init ( IEnumerable paths ) : void

Private Methods

Méthode Description
Button_Click ( object sender, RoutedEventArgs e ) : void
Button_Click_1 ( object sender, RoutedEventArgs e ) : void

Method Details

CommitDialog() public méthode

public CommitDialog ( ) : System
Résultat System

Init() public méthode

public Init ( IEnumerable paths ) : void
paths IEnumerable
Résultat void