C# Class GitUI.FormDiffSmall

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

Méthodes publiques

Méthode Description
FormDiffSmall ( ) : System
SetRevision ( GitRevision revision ) : void
SetRevision ( string revision ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DiffFiles_SelectedIndexChanged ( object sender, EventArgs e ) : void
DiffText_ExtraDiffArgumentsChanged ( object sender, EventArgs e ) : void
FormDiffSmall_FormClosing ( object sender, FormClosingEventArgs e ) : void
FormDiffSmall_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

ViewSelectedDiff ( ) : 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

FormDiffSmall() public méthode

public FormDiffSmall ( ) : System
Résultat System

SetRevision() public méthode

public SetRevision ( GitRevision revision ) : void
revision GitRevision
Résultat void

SetRevision() public méthode

public SetRevision ( string revision ) : void
revision string
Résultat void