C# Class TheAirline.GraphicsModel.UserControlModel.PopUpWindowsModel.PopUpSingleElement

Interaction logic for PopUpSingleItem.xaml
Inheritance: PopUpWindow
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Méthodes publiques

Méthode Description
PopUpSingleElement ( string title, UIElement element ) : System
ShowPopUp ( string title, UIElement element ) : ButtonSelected

Private Methods

Méthode Description
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnOk_Click ( object sender, RoutedEventArgs e ) : void
createButtonsPanel ( ) : System.Windows.Controls.WrapPanel

Method Details

PopUpSingleElement() public méthode

public PopUpSingleElement ( string title, UIElement element ) : System
title string
element UIElement
Résultat System

ShowPopUp() public static méthode

public static ShowPopUp ( string title, UIElement element ) : ButtonSelected
title string
element UIElement
Résultat ButtonSelected