C# Class BlogSample.UI.PostManagement

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

Public Methods

Method Description
PostManagement ( ) : System
PostManagement ( Blog parentBlog ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

PopulatePostList ( ) : void
addButton_Click ( object sender, System e ) : void
closeButton_Click ( object sender, System e ) : void
deleteButton_Click ( object sender, System e ) : void
postsList_SelectedIndexChanged ( 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

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

PostManagement() public method

public PostManagement ( ) : System
return System

PostManagement() public method

public PostManagement ( Blog parentBlog ) : System
parentBlog Blog
return System