(object x)
| 327 | } |
| 328 | |
| 329 | private static string FormatCellBytes(object x) |
| 330 | { |
| 331 | return Utilities.Utils.FormatBytesCount((ulong)(int)x); |
| 332 | } |
| 333 | |
| 334 | private static int SortRows(Control x, Control y) |
| 335 | { |
nothing calls this directly
no test coverage detected