Exemplo n.º 1
0
 internal void LoadValue(MDataCell cell, bool isWithState)
 {
     isNewValue = true;
     CellValue.LoadValue(cell.CellValue, isWithState);
     if (isWithState)
     {
         isAllowChangeState = false;
     }
 }
Exemplo n.º 2
0
 internal void LoadValue(MDataCell cell, bool isWithState)
 {
     isNewValue = true;
     CellValue.LoadValue(cell.CellValue, isWithState);
 }