Exemplo n.º 1
0
 /// <summary>
 /// Constructs a DatabaseManager for a given DatabaseServer and Database.
 /// </summary>
 /// <param name="pServer">The DatabaseServer for this database proxy.</param>
 /// <param name="pDatabase">The Database for this database proxy.</param>
 public DatabaseManager(DatabaseServer pServer, Database pDatabase)
 {
     mServer   = pServer;
     mDatabase = pDatabase;
 }