HouseOver.StartUp Class Reference

The StartUp class - all things start somewhere... and this is it! More...

List of all members.

Static Public Member Functions

static void Main ()
 The main function - all things must have a beginning and an end... and this is it!
static void Main ()
 The main function - all things must have a beginning and an end... and this is it!

Private Attributes

const string fileName = "Test.bin"


Detailed Description

The StartUp class - all things start somewhere... and this is it!

Definition at line 16 of file StartUp.cs.


Member Function Documentation

static void HouseOver.StartUp.Main (  )  [static]

The main function - all things must have a beginning and an end... and this is it!

Definition at line 22 of file StartUp.cs.

References HouseOver.StartUp.fileName, and HouseOver.THARM.RealtyManager.Run().

00023         {
00024             CatalogueData data = File.Exists(fileName) ? new CatalogueData(fileName) : new CatalogueData(); 
00025             RealtyManager manager = new RealtyManager(data);
00026             manager.Run();
00027             data.Serialize(fileName);
00028 
00029         }

Here is the call graph for this function:

static void HouseOver.StartUp.Main (  )  [static]

The main function - all things must have a beginning and an end... and this is it!

Definition at line 22 of file StartUp.cs.

References HouseOver.StartUp.fileName, and HouseOver.THARM.RealtyManager.Run().

00023         {
00024             CatalogueData data = File.Exists(fileName) ? new CatalogueData(fileName) : new CatalogueData(); 
00025             RealtyManager manager = new RealtyManager(data);
00026             manager.Run();
00027             data.Serialize(fileName);
00028 
00029         }

Here is the call graph for this function:


Member Data Documentation

const string HouseOver.StartUp::fileName = "Test.bin" [private]

Definition at line 18 of file StartUp.cs.

Referenced by HouseOver.StartUp.Main().


The documentation for this class was generated from the following files:
Generated on Wed Jan 10 03:42:52 2007 for THARM by  doxygen 1.5.1-p1