C# Class GitUI.FormDiffSmall

Show file Open project: bleis-tift/gitextensions Class Usage Examples

Public Methods

Method Description
FormDiffSmall ( ) : System
SetRevision ( GitRevision revision ) : void
SetRevision ( string revision ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

FormDiffSmall() public method

public FormDiffSmall ( ) : System
return System

SetRevision() public method

public SetRevision ( GitRevision revision ) : void
revision GitRevision
return void

SetRevision() public method

public SetRevision ( string revision ) : void
revision string
return void