C# Class BlogSample.UI.BlogManagement

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

Public Methods

Method Description
BlogManagement ( ) : 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.

PopulateBlogList ( ) : void
addButton_Click ( object sender, System e ) : void
blogsList_SelectedIndexChanged ( object sender, System e ) : void
closeButton_Click ( object sender, System e ) : void
deleteButton_Click ( object sender, System e ) : void
viewPostsButton_Click ( object sender, System e ) : void

Method Details

BlogManagement() public method

public BlogManagement ( ) : System
return System

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