C# Class FlightPlanDatabase.FlightPlanDb

Interaction logic for FlightPlanDb.xaml
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: LiveFlightApp/Connect-Windows

Public Properties

Property Type Description
textFieldFocused bool

Public Methods

Method Description
FlightPlanDb ( ) : System

Private Methods

Method Description
btnGetFplFromFpd_Click ( object sender, RoutedEventArgs e ) : void
btnLoadFromId_Click ( object sender, RoutedEventArgs e ) : void
cbFpls_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
loadFpdFplFromId ( string id ) : void
txtDestICAO_GotFocus ( object sender, RoutedEventArgs e ) : void
txtDestICAO_LostFocus ( object sender, RoutedEventArgs e ) : void
txtFplId_GotFocus ( object sender, RoutedEventArgs e ) : void
txtFplId_LostFocus ( object sender, RoutedEventArgs e ) : void
txtFromICAO_GotFocus ( object sender, RoutedEventArgs e ) : void
txtFromICAO_LostFocus ( object sender, RoutedEventArgs e ) : void

Method Details

FlightPlanDb() public method

public FlightPlanDb ( ) : System
return System

Property Details

textFieldFocused public_oe static_oe property

public static bool textFieldFocused
return bool