C# Class TheAirline.GUIModel.PagesModel.AirlinesPageModel.PageAirlinesShares

Interaction logic for PageAirlinesShares.xaml
Inheritance: System.Windows.Controls.Page, INotifyPropertyChanged
Show file Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
PageAirlinesShares ( ) : System

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void
btnBuyAirline_Click ( object sender, RoutedEventArgs e ) : void
btnBuyAsSubsidiary_Click ( object sender, RoutedEventArgs e ) : void
btnIssueShares_Click ( object sender, RoutedEventArgs e ) : void
btnPurchaseShares_Click ( object sender, RoutedEventArgs e ) : void
btnShowAirline_Click ( object sender, RoutedEventArgs e ) : void

Method Details

PageAirlinesShares() public method

public PageAirlinesShares ( ) : System
return System