Ejemplo n.º 1
0
 internal DatabaseContext(PwDatabase db)
 {
     m_db         = db;
     m_uuid       = db.GetUuid();
     m_pathEtc    = db.IOConnectionInfo.CloneDeep();
     LoadedConfig = null;
 }