public static CellDict ErrorDBToCellDict(ErrorDB errors) { var d = new CellDict(); foreach (Error e in errors.Errors) { d.Add(e.GetAddress(), e.value); } return d; }
public static CellDict ErrorDBToCellDict(ErrorDB errors) { var d = new CellDict(); foreach (Error e in errors.Errors) { d.Add(e.GetAddress(), e.value); } return(d); }