Ejemplo n.º 1
0
    public BaseData(string key, string subkey)
    {
        this.Key = key;

        this.SubKey = subkey;

        DataMgr.PutData(key, this, subkey);
    }