C# Class MediaAppSample.Core.ViewModels.DebuggingViewModel

Inheritance: ViewModelBase
Mostrar archivo Open project: Microsoft/TVHelpers

Public Methods

Method Description
DebuggingViewModel ( ) : MediaAppSample.Core.Commands

Protected Methods

Method Description
OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : System.Threading.Tasks.Task

Private Methods

Method Description
Refresh ( ) : void

Method Details

DebuggingViewModel() public method

public DebuggingViewModel ( ) : MediaAppSample.Core.Commands
return MediaAppSample.Core.Commands

OnLoadStateAsync() protected method

protected OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : System.Threading.Tasks.Task
e LoadStateEventArgs
isFirstRun bool
return System.Threading.Tasks.Task