C# 클래스 GitForce.FormSettings

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: gdevic/GitForce 1 사용 예제들

공개 메소드들

메소드 설명
FormSettings ( ) : System

비공개 메소드들

메소드 설명
BtApplyClick ( object sender, EventArgs e ) : void

User clicked on the Apply button - store all changes to the current setting panel, but not to any other. Hitting OK will store all panels. Hitting Cancel will void all changes in any panel done since the last time Apply button was pressed.

BtOkClick ( object sender, EventArgs e ) : void

User clicked on the OK button - apply all modified settings before returning from the dialog

FormSettingsFormClosing ( object sender, FormClosingEventArgs e ) : void

Form is closing.

TreeSectionsAfterSelect ( object sender, TreeViewEventArgs e ) : void

Selecting the tree node brings up the corresponding user control

메소드 상세

FormSettings() 공개 메소드

public FormSettings ( ) : System
리턴 System