Beispiel #1
0
        public virtual CellSet write()
        {
            clearDSRef();
            clearCellRef();
            CellSet cs = new CellSet(RowSize, ColSize);

            Class3.transfer(this, cs);
            return(cs);
        }
Beispiel #2
0
 public virtual void read(CellSet cs)
 {
     Class3.transfer(cs, this);
 }