C# Class BgEngine.Controllers.BaseController

Base class for all the controllers. All Controllers inherits from this base class
Inheritance: Controller
Afficher le fichier Open project: yagopv/BgEngine

Méthodes protégées

Méthode Description
ExecuteCore ( ) : void

Executes before any Controller This method set the current culture of the current Thread

Method Details

ExecuteCore() protected méthode

Executes before any Controller This method set the current culture of the current Thread
protected ExecuteCore ( ) : void
Résultat void