C# Class Orc.Analytics.Example.ViewModels.MainWindowViewModel

MainWindow view model.
Inheritance: Catel.MVVM.ViewModelBase
ファイルを表示 Open project: WildGums/Orc.Analytics

Public Methods

Method Description
MainWindowViewModel ( IGoogleAnalyticsService googleAnalyticsService ) : System.Threading.Tasks

Initializes a new instance of the MainWindowViewModel class.

Private Methods

Method Description
OnAccountIdChanged ( ) : void

Method Details

MainWindowViewModel() public method

Initializes a new instance of the MainWindowViewModel class.
public MainWindowViewModel ( IGoogleAnalyticsService googleAnalyticsService ) : System.Threading.Tasks
googleAnalyticsService IGoogleAnalyticsService
return System.Threading.Tasks