C# Class Extending2.Components.MainForm

Summary description for MainForm.
Inheritance: System.Windows.Forms.Form
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
MainForm ( NewBlog newBlog, Extending2.Dao.BlogDao blogDao, Extending2.Dao.PostDao postDao ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

MainForm() public method

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

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e EventArgs
return void