Subversion Repositories spk

Rev

Go to most recent revision | Blame | Compare with Previous | 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);
        }*/
};