Method | Description | |
---|---|---|
FlightSchoolMVVM ( |
||
addInstructor ( |
||
addStudent ( |
||
addTrainingAircraft ( |
||
removeInstructor ( |
||
removeStudent ( |
||
removeTrainingAircraft ( |
Method | Description | |
---|---|---|
NotifyPropertyChanged ( String propertyName ) : void |
public FlightSchoolMVVM ( |
||
fs | ||
return | System |
public addInstructor ( |
||
instructor | ||
return | void |
public addStudent ( |
||
student | ||
return | void |
public addTrainingAircraft ( |
||
aircraft | ||
return | void |
public removeInstructor ( |
||
instructor | ||
return | void |
public removeStudent ( |
||
student | ||
return | void |
public removeTrainingAircraft ( |
||
aircraft | ||
return | void |