Method | Description | |
---|---|---|
FormDiffSmall ( ) : System | ||
SetRevision ( GitRevision revision ) : void | ||
SetRevision ( string revision ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SetRevision ( GitRevision revision ) : void | ||
revision | GitRevision | |
return | void |
public SetRevision ( string revision ) : void | ||
revision | string | |
return | void |