메소드 | 설명 | |
---|---|---|
HabaneroAppVWG ( string appName, string appVersion ) : Habanero.Base |
Constructor to initialise a new application with basic application information. Use the Startup() method to launch the application.
|
메소드 | 설명 | |
---|---|---|
SetupControlFactory ( ) : void |
Sets the control factory used to create controls
|
|
SetupDatabaseConnection ( ) : void |
Sets up the database connection. If not provided, then reads the connection from the config file.
|
|
SetupExceptionNotifier ( ) : void |
Sets up the exception notifier used to display exceptions to the final user. If not specified, assumes the FormExceptionNotifier.
|
|
SetupSettings ( ) : void |
Initialises the settings. If not provided, DatabaseSettings is assumed.
|
public HabaneroAppVWG ( string appName, string appVersion ) : Habanero.Base | ||
appName | string | The application name |
appVersion | string | The application version |
리턴 | Habanero.Base |