Exemplo n.º 1
0
        public Wizard()
        {
            Options = UserOptions.GetUserOptions();

            Controls.Add(typeof(Start));
            Controls.Add(typeof(Scan));
            Controls.Add(typeof(Results));
        }