예제 #1
0
파일: Program.cs 프로젝트: oneminot/everest
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            frmWizard wzrd = new frmWizard();
            wzrd.ShowStage(new wstgWelcome(), MARC.Everest.VisualStudio.Wizards.Interfaces.WizardDirection.Forward);
            var result = wzrd.ShowDialog();
        }
예제 #2
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            frmWizard wzrd = new frmWizard();

            wzrd.ShowStage(new wstgWelcome(), MARC.Everest.VisualStudio.Wizards.Interfaces.WizardDirection.Forward);
            var result = wzrd.ShowDialog();
        }