C# Class ACAT.Extensions.Default.UI.Menus.MainMenu

Inheritance: ACAT.Lib.Extension.MenuPanel
Afficher le fichier Open project: brlima94/acat-localization

Méthodes publiques

Méthode Description
MainMenu ( String panelClass, String panelTitle ) : System

Initializes a new instance of the class.

Private Methods

Méthode Description
confirmAndQuitApplication ( ) : void

User wants to quit the app. Confirm and exit

quitApplication ( ) : void

Quits the application.

Method Details

MainMenu() public méthode

Initializes a new instance of the class.
public MainMenu ( String panelClass, String panelTitle ) : System
panelClass String Panel class of the scanner
panelTitle String title of the panel (not used)
Résultat System