Invoice Manager  2
 All Classes Namespaces Files Functions Variables Properties
App.Main Class Reference

Hlavní okno aplikace, na různé události volá odpovídající metody More...

Inheritance diagram for App.Main:

Public Member Functions

 Main ()
 
void showPerson ()
 
void showInvoices ()
 
void showItems ()
 

Static Public Attributes

static DataLoader loader = new DataLoader()
 
static DataSaver saver = new DataSaver()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Detailed Description

Hlavní okno aplikace, na různé události volá odpovídající metody

Constructor & Destructor Documentation

App.Main.Main ( )

Member Function Documentation

override void App.Main.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.
void App.Main.showInvoices ( )
void App.Main.showItems ( )
void App.Main.showPerson ( )

Member Data Documentation

DataLoader App.Main.loader = new DataLoader()
static
DataSaver App.Main.saver = new DataSaver()
static

The documentation for this class was generated from the following files: