C# 클래스 GitForce.Settings.Panels.ControlDoubleClick

상속: System.Windows.Forms.UserControl, IUserSettings
파일 보기 프로젝트 열기: gdevic/GitForce

공개 메소드들

메소드 설명
ApplyChanges ( ) : void

Apply changed settings

ControlDoubleClick ( ) : System
Focus ( bool focused ) : void

Control received a focus (true) or lost a focus (false)

Init ( string options ) : void

Initialize pertinent settings

비공개 메소드들

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

Radio button clicked

메소드 상세

ApplyChanges() 공개 메소드

Apply changed settings
public ApplyChanges ( ) : void
리턴 void

ControlDoubleClick() 공개 메소드

public ControlDoubleClick ( ) : System
리턴 System

Focus() 공개 메소드

Control received a focus (true) or lost a focus (false)
public Focus ( bool focused ) : void
focused bool
리턴 void

Init() 공개 메소드

Initialize pertinent settings
public Init ( string options ) : void
options string All git global settings
리턴 void