C# Class CardShop.MvcApplication

Inheritance: System.Web.HttpApplication
Datei anzeigen Open project: egreene/PracticeGDVP

Protected Methods

Method Description
Application_Start ( ) : void
Session_Start ( object sender, EventArgs e ) : void

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void

Session_Start() protected method

protected Session_Start ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void