Closed levelrin closed 3 years ago
We have a FrameControl called ContinuationControl. We initially created that class to handle the continuation frame. However, we realized that the class is no longer needed because the Defragmentation class is doing to job.
FrameControl
ContinuationControl
Defragmentation
We have a
FrameControl
calledContinuationControl
. We initially created that class to handle the continuation frame. However, we realized that the class is no longer needed because theDefragmentation
class is doing to job.