C# Class ME3Explorer.TaskPaneInfoPanel

Interaction logic for TaskPaneInfoPanel.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
current GenericWindow

Méthodes publiques

Méthode Description
TaskPaneInfoPanel ( ) : System
setTool ( GenericWindow gen ) : void

Private Methods

Méthode Description
Current_Disposing ( object sender, EventArgs e ) : void
closeButton_Click ( object sender, RoutedEventArgs e ) : void
viewButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

TaskPaneInfoPanel() public méthode

public TaskPaneInfoPanel ( ) : System
Résultat System

setTool() public méthode

public setTool ( GenericWindow gen ) : void
gen GenericWindow
Résultat void

Property Details

current public_oe property

public GenericWindow,ME3Explorer current
Résultat GenericWindow