/*
 * Xailer source code:
 *
 * ProgressDlg.prg
 * Clase TProgressDlg()
 *
 * Copyright 2003, 2007 Jose Lalin
 * Copyright 2003, 2007 Xailer.com
 * All rights reserved
 *
 */

#include "Xailer.ch"


//--------------------------------------------------------------------------

CLASS TProgressDlg FROM XProgressDlg
ENDCLASS

//--------------------------------------------------------------------------
