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

Interaction logic for PopUpSingleItem.xaml
Inheritance: PopUpWindow
显示文件 Open project: TheAirlineProject/tap-desktop Class Usage Examples

Public Methods

Method Description
PopUpSingleElement ( string title, UIElement element ) : System
ShowPopUp ( string title, UIElement element ) : ButtonSelected

Private Methods

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

Method Details

PopUpSingleElement() public method

public PopUpSingleElement ( string title, UIElement element ) : System
title string
element UIElement
return System

ShowPopUp() public static method

public static ShowPopUp ( string title, UIElement element ) : ButtonSelected
title string
element UIElement
return ButtonSelected