C# Class MyDriving.ViewModel.SettingsViewModel

Inheritance: ViewModelBase
显示文件 Open project: Azure-Samples/MyDriving Class Usage Examples

Public Methods

Method Description
ExecuteLogoutCommandAsync ( ) : Task
ExecuteOpenBrowserCommandAsync ( string url ) : System.Threading.Tasks.Task

Private Methods

Method Description
CapacitySetting_PropertyChanged ( object sender, System e ) : void
DistanceSetting_PropertyChanged ( object sender, System e ) : void

Method Details

ExecuteLogoutCommandAsync() public method

public ExecuteLogoutCommandAsync ( ) : Task
return Task

ExecuteOpenBrowserCommandAsync() public method

public ExecuteOpenBrowserCommandAsync ( string url ) : System.Threading.Tasks.Task
url string
return System.Threading.Tasks.Task