Exemplo n.º 1
0
 public void Dispose()
 {
     staticMng.LocalDataList.Remove(this);
     staticMng = null;
 }
Exemplo n.º 2
0
 public BaseLocalData(LocalDataManager mng)
 {
     staticMng = mng;
     staticMng.LocalDataList.Add(this);
     Load();
 }