C# 클래스 GitForce.FormUnstash

파일 보기 프로젝트 열기: gdevic/GitForce 1 사용 예제들

공개 메소드들

메소드 설명
FormUnstash ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

FormUnstash() 공개 메소드

public FormUnstash ( ) : System
리턴 System