C# Class WPFNotificationDemo.ViewModel.MainViewModel

This class contains properties that the main View can data bind to.

Use the mvvminpc snippet to add bindable properties to this ViewModel.

You can also use Blend to data bind with the tool's support.

See http://www.galasoft.ch/mvvm

Inheritance: ViewModelBase
Mostra file Open project: muhammad-magdy/WPFToastNotification

Public Methods

Method Description
MainViewModel ( INotificationDialogService dailogService ) : GalaSoft.MvvmLight

Initializes a new instance of the MainViewModel class.

Method Details

MainViewModel() public method

Initializes a new instance of the MainViewModel class.
public MainViewModel ( INotificationDialogService dailogService ) : GalaSoft.MvvmLight
dailogService INotificationDialogService The NotificationDialogService object
return GalaSoft.MvvmLight