C# Class MALClient.XShared.ViewModels.Main.CalendarPageViewModel

Inheritance: ViewModelBase
显示文件 Open project: Mordonus/MALClient Class Usage Examples

Public Methods

Method Description
CalendarPageViewModel ( ) : System
GoToDesiredTab ( ) : System.Threading.Tasks.Task
Init ( bool force = false ) : void

Private Methods

Method Description
InitPages ( ) : void

Method Details

CalendarPageViewModel() public method

public CalendarPageViewModel ( ) : System
return System

GoToDesiredTab() public method

public GoToDesiredTab ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Init() public method

public Init ( bool force = false ) : void
force bool
return void