C# Class TheAirline.ViewModels.Airline.PilotMVVM

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: TheAirlineProject/tap-desktop Class Usage Examples

Public Methods

Method Description
PilotMVVM ( Pilot pilot ) : System

Private Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Method Details

PilotMVVM() public method

public PilotMVVM ( Pilot pilot ) : System
pilot TheAirline.Models.Pilots.Pilot
return System