Subversion Repositories spk

Rev

Blame | Last modification | View Log | RSS feed

#include "../StdAfx.h"
#include "WizardStartup.h"
#include "CreationWizard.h"

namespace Creator {
        //TODO: add this
        /*void WizardStartup::EnableDone(bool e, int type)
        {
                cli::safe_cast<CreationWizard ^>(m_pParent)->EnableNext(e);

                if ( e )
                        cli::safe_cast<CreationWizard ^>(m_pParent)->CreatePackageType(type);
        }*/
};