C# Класс MBC.App.BattleshipConsole.Create

Показать файл Открыть проект

Открытые методы

Метод Описание
Config ( int idx ) : void

Creates a new Configuration with a specific name and changes the application Configuration.Global Configuration with it.

Match ( int idx ) : void

Replaces the MatchRun.CurrentMatch with a new Match with specific indexes given for Shared.Controllers.

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

Config() публичный статический Метод

Creates a new Configuration with a specific name and changes the application Configuration.Global Configuration with it.
public static Config ( int idx ) : void
idx int The current index of the parameter stream.
Результат void

Match() публичный статический Метод

Replaces the MatchRun.CurrentMatch with a new Match with specific indexes given for Shared.Controllers.
public static Match ( int idx ) : void
idx int The current index of the parameter stream.
Результат void