C# Class GitForce.FormUnstash

Afficher le fichier Open project: gdevic/GitForce Class Usage Examples

Méthodes publiques

Méthode Description
FormUnstash ( ) : System

Private Methods

Méthode Description
BtRemoveClick ( object sender, EventArgs e ) : void

Remove selected stash from the list of stashes

BtShowClick ( object sender, EventArgs e ) : void

Show more information on the selected stash

BtUnstashClick ( object sender, EventArgs e ) : void

Apply the selected stash

FormUnstashFormClosing ( object sender, FormClosingEventArgs e ) : void

Form is closing.

ListStashesSelectedIndexChanged ( object sender, EventArgs e ) : void

User clicked on one of the selected stash entries. Set the proper control enables.

PopulateStashList ( ) : void

Populate list with existing stashes

Method Details

FormUnstash() public méthode

public FormUnstash ( ) : System
Résultat System