C# Class TheAirline.GUIModel.PagesModel.AirlinersPageModel.ManufacturerContractMVVM

Inheritance: INotifyPropertyChanged
显示文件 Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
ManufacturerContractMVVM ( Manufacturer manufacturer, Manufacturer contracted ) : System

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

ManufacturerContractMVVM() public method

public ManufacturerContractMVVM ( Manufacturer manufacturer, Manufacturer contracted ) : System
manufacturer TheAirline.Models.Airliners.Manufacturer
contracted TheAirline.Models.Airliners.Manufacturer
return System