Ejemplo n.º 1
0
 static DbAgent()
 {
     m_AccountDb = new KOAccount();
 }
Ejemplo n.º 2
0
 static DbAgent()
 {
     m_AccountDb = new KOAccount();
     m_GameDb    = new ServerDB();
 }