C# Класс BgEngine.Controllers.BaseController

Base class for all the controllers. All Controllers inherits from this base class
Наследование: Controller
Показать файл Открыть проект

Защищенные методы

Метод Описание
ExecuteCore ( ) : void

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

Описание методов

ExecuteCore() защищенный Метод

Executes before any Controller This method set the current culture of the current Thread
protected ExecuteCore ( ) : void
Результат void