C# Class BattleShip.Web.MvcApplication

Inheritance: System.Web.HttpApplication
Show file Open project: pebblecode/HackShips

Public Properties

Property Type Description
GameHost BattleShip.Core.GameHost

Protected Methods

Method Description
Application_Start ( ) : void

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void

Property Details

GameHost public static property

public static GameHost,BattleShip.Core GameHost
return BattleShip.Core.GameHost