C# 클래스 Extending2.Components.MainForm

Summary description for MainForm.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
MainForm ( NewBlog newBlog, Extending2.Dao.BlogDao blogDao, Extending2.Dao.PostDao postDao ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void

비공개 메소드들

메소드 설명
ClearFields ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LockFields ( ) : void
OnAddNewBlog ( object sender, System e ) : void
OnCancel ( object sender, System e ) : void
OnLoad ( object sender, System e ) : void
RefreshView ( ) : void
UnlockFields ( ) : void
newPostButton_Click ( object sender, System e ) : void
saveButton_Click ( object sender, System e ) : void
treeView1_AfterSelect ( object sender, System e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MainForm() 공개 메소드

public MainForm ( NewBlog newBlog, Extending2.Dao.BlogDao blogDao, Extending2.Dao.PostDao postDao ) : System
newBlog NewBlog
blogDao Extending2.Dao.BlogDao
postDao Extending2.Dao.PostDao
리턴 System

OnClosed() 보호된 메소드

protected OnClosed ( EventArgs e ) : void
e EventArgs
리턴 void