C# Class ZanoFineTuning.Views.AppTopPanel

Interaction logic for AppTopPanel.xaml
Inheritance: System.Windows.Controls.Page
Exibir arquivo Open project: torquing/ZanoFineTuning Class Usage Examples

Public Properties

Property Type Description
Instance AppTopPanel

Public Methods

Method Description
AppTopPanel ( ) : System
ClearBackButton ( ) : void
SetBackButton ( BackButton backButton ) : void
Trigger ( String state ) : void

Private Methods

Method Description
BackButtonClicked ( object sender, RoutedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void

Method Details

AppTopPanel() public method

public AppTopPanel ( ) : System
return System

ClearBackButton() public method

public ClearBackButton ( ) : void
return void

SetBackButton() public method

public SetBackButton ( BackButton backButton ) : void
backButton ZanoFineTuning.Core.BackButton
return void

Trigger() public method

public Trigger ( String state ) : void
state String
return void

Property Details

Instance public_oe static_oe property

public static AppTopPanel,ZanoFineTuning.Views Instance
return AppTopPanel