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