void CommandModifyCustomColors::Cancel() { ApplyImage(undoImage); }
void CommandModifyCustomColors::Execute() { ApplyImage(redoImage); }
void CommandSetVisibilityArea::Cancel() { ApplyImage(undoImage); }
void CommandSetVisibilityArea::Execute() { ApplyImage(redoImage); }
void ActionSetVisibilityArea::Redo() { ApplyImage(redoImage); }
void IconDes::ApplyDraw(IconDraw& iw, dword flags) { ApplyImage(iw, flags); }