C# Class BookManagement.MvcApplication

Inheritance: System.Web.HttpApplication
Datei anzeigen Open project: hiepbh/Assignment

Public Properties

Property Type Description
totalVisitors int

Protected Methods

Method Description
Application_Start ( ) : void

Private Methods

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

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void

Property Details

totalVisitors public_oe static_oe property

public static int totalVisitors
return int