Collaboration diagram for Server.Startup:

Static Public Member Functions | |
| static void | Main (string[] args) |
| This is the Main method which is the starting point of the program. | |
Static Private Attributes | |
| static Catalogue | catalogue |
Definition at line 21 of file Startup.cs.
| static void Server.Startup.Main | ( | string[] | args | ) | [static] |
This is the Main method which is the starting point of the program.
| args |
Definition at line 28 of file Startup.cs.
References Server.Startup.catalogue, and Server.Catalogue.SaveData().
Here is the call graph for this function:

1.5.1-p1