C# Class Netsy.WpfUI.Windows.Listing.ListingWindowViewModel

View model for the window to show a listing
Inheritance: Netsy.UI.ViewModels.BaseViewModel
Show file Open project: AnthonySteele/Netsy

Public Methods

Method Description
ListingWindowViewModel ( ListingWindowLoadListingCommand loadListingCommand ) : System.Windows.Input

Initializes a new instance of the ListingWindowViewModel class

Method Details

ListingWindowViewModel() public method

Initializes a new instance of the ListingWindowViewModel class
public ListingWindowViewModel ( ListingWindowLoadListingCommand loadListingCommand ) : System.Windows.Input
loadListingCommand ListingWindowLoadListingCommand the command to load the listing
return System.Windows.Input