C# 클래스 NUnit.Gui.Views.SettingsDialog

상속: System.Windows.Forms.Form, IDialog
파일 보기 프로젝트 열기: nunit/nunit-gui

공개 메소드들

메소드 설명
ApplySettings ( ) : void
SettingsDialog ( Form owner, SettingsModel settings ) : System

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AddBranchToTree ( TreeNodeCollection nodes, string key ) : void
FindNode ( TreeNodeCollection nodes, string key ) : TreeNode
FindOrAddNode ( TreeNodeCollection nodes, string name ) : TreeNode
FindPage ( string key ) : NUnit.Gui.Views.SettingsPage
IDialog ( ) : void
SelectFirstPage ( TreeNodeCollection nodes ) : void
SelectInitialPage ( ) : void
SelectPage ( string initialPage ) : void
okButton_Click ( object sender, System e ) : void
treeView1_AfterCollapse ( object sender, System e ) : void
treeView1_AfterExpand ( object sender, System e ) : void
treeView1_AfterSelect ( object sender, System e ) : void

메소드 상세

ApplySettings() 공개 메소드

public ApplySettings ( ) : void
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

SettingsDialog() 공개 메소드

public SettingsDialog ( Form owner, SettingsModel settings ) : System
owner System.Windows.Forms.Form
settings SettingsModel
리턴 System