C# 클래스 JryVideo.Common.JryVideoViewModel

파일 보기 프로젝트 열기: Cologler/JRYVideo

공개 메소드들

메소드 설명
GetAgent ( this vm ) : DataAgent
GetManagers ( this vm ) : DataCenter
GetTVDBClient ( this vm ) : TheTVDBClient
ShowStatueMessage ( this vm, string msg ) : void

메소드 상세

GetAgent() 공개 정적인 메소드

public static GetAgent ( this vm ) : DataAgent
vm this
리턴 JryVideo.Core.DataAgent

GetManagers() 공개 정적인 메소드

public static GetManagers ( this vm ) : DataCenter
vm this
리턴 JryVideo.Core.Managers.DataCenter

GetTVDBClient() 공개 정적인 메소드

public static GetTVDBClient ( this vm ) : TheTVDBClient
vm this
리턴 JryVideo.Core.TheTVDB.TheTVDBClient

ShowStatueMessage() 공개 정적인 메소드

public static ShowStatueMessage ( this vm, string msg ) : void
vm this
msg string
리턴 void