This method calls GetModuleHandle() API
This property allows to load embedded resources.
This method calls GetTempPath() API
Close the program.
Start the program and adds onClose() event at the MainForm
When an exception was thrown, the Application class call this method showing the exception information, the user has the choice to continue the application or terminate it.
The Application class manage the whole program, it can be used for load embedded resources, close the program, get the current path and so on. Internally in initialize manifest (if available), DLLs, and it handle exceptions showing a window with exception information.