C# Class GitUI.FormDiff

Afficher le fichier Open project: bleis-tift/gitextensions Class Usage Examples

Méthodes publiques

Méthode Description
FormDiff ( ) : System
FormDiff ( GitRevision revision ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DiffFilesSelectedIndexChanged ( object sender, EventArgs e ) : void
DiffViewerExtraDiffArgumentsChanged ( object sender, EventArgs e ) : void
FormDiffFormClosing ( object sender, FormClosingEventArgs e ) : void
FormDiffLoad ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RevisionGridSelectionChanged ( object sender, EventArgs e ) : void
ViewSelectedFileDiff ( ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FormDiff() public méthode

public FormDiff ( ) : System
Résultat System

FormDiff() public méthode

public FormDiff ( GitRevision revision ) : System
revision GitRevision
Résultat System