C# Class Extending2.Components.MainForm

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MainForm() public méthode

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

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e EventArgs
Résultat void