C# Class withSIX.Play.Applications.ViewModels.Games.GameViewModel

Inheritance: ViewModelBase
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
GameViewModel ( Game game, ServersViewModel serversViewModel, ModsViewModel modsViewModel, MissionsViewModel missionsViewModel, Lazy cvmLazy ) : System
InitModules ( ) : void
ShowMissionList ( bool sw = true ) : void

Private Methods

Method Description
ShowServerList ( bool sw = true ) : void

Method Details

GameViewModel() public method

public GameViewModel ( Game game, ServersViewModel serversViewModel, ModsViewModel modsViewModel, MissionsViewModel missionsViewModel, Lazy cvmLazy ) : System
game Game
serversViewModel ServersViewModel
modsViewModel ModsViewModel
missionsViewModel MissionsViewModel
cvmLazy Lazy
return System

InitModules() public method

public InitModules ( ) : void
return void

ShowMissionList() public method

public ShowMissionList ( bool sw = true ) : void
sw bool
return void