C# Class NinjaCoder.MvvmCross.ViewModels.AboutViewModel

Defines the AboutViewModel type.
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
AboutViewModel ( ISettingsService settingsService, IApplicationService applicationService ) : System.Windows.Input

Initializes a new instance of the AboutViewModel class.

Private Methods

Method Description
OpenInstallationDirectory ( ) : void

Opens the installation directory.

Method Details

AboutViewModel() public method

Initializes a new instance of the AboutViewModel class.
public AboutViewModel ( ISettingsService settingsService, IApplicationService applicationService ) : System.Windows.Input
settingsService ISettingsService The settings service.
applicationService IApplicationService The application service.
return System.Windows.Input