/*
 * Xailer source code:
 *
 * ShiftPanel.prg
 * Clase TShiftPanel()
 *
 * Copyright 2011 Jose F. Gimenez
 * Copyright 2011 Xailer.com
 * All rights reserved
 *
 */

#include "Xailer.ch"


//------------------------------------------------------------------------------

CLASS TShiftPanel FROM XShiftPanel
ENDCLASS

//------------------------------------------------------------------------------
