C# Class FlightPlanDatabase.FlightPlanDb

Interaction logic for FlightPlanDb.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: LiveFlightApp/Connect-Windows

Méthodes publiques

Свойство Type Description
textFieldFocused bool

Méthodes publiques

Méthode Description
FlightPlanDb ( ) : System

Private Methods

Méthode 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 méthode

public FlightPlanDb ( ) : System
Résultat System

Property Details

textFieldFocused public_oe static_oe property

public static bool textFieldFocused
Résultat bool