Exemplo n.º 1
0
 public void Open()
 {
     GridFiler = new GridPersister(this);
     GridFiler.Read();
 }
Exemplo n.º 2
0
 public void Save()
 {
     GridFiler = new GridPersister(this);
     GridFiler.Write();
 }