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

Inheritance: ACAT.Lib.Extension.MenuPanel
Show file Open project: brlima94/acat-localization

Public Methods

Method Description
MainMenu ( String panelClass, String panelTitle ) : System

Initializes a new instance of the class.

Private Methods

Method Description
confirmAndQuitApplication ( ) : void

User wants to quit the app. Confirm and exit

quitApplication ( ) : void

Quits the application.

Method Details

MainMenu() public method

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)
return System