C# 클래스 withSIX.Play.Applications.ViewModels.Games.GameViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
GameViewModel ( Game game, ServersViewModel serversViewModel, ModsViewModel modsViewModel, MissionsViewModel missionsViewModel, Lazy cvmLazy ) : System
InitModules ( ) : void
ShowMissionList ( bool sw = true ) : void

비공개 메소드들

메소드 설명
ShowServerList ( bool sw = true ) : void

메소드 상세

GameViewModel() 공개 메소드

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

InitModules() 공개 메소드

public InitModules ( ) : void
리턴 void

ShowMissionList() 공개 메소드

public ShowMissionList ( bool sw = true ) : void
sw bool
리턴 void