hMailServer.Shared.ucWizard.ucWizard C# (CSharp) Method

ucWizard() public method

public ucWizard ( ) : System
return System
        public ucWizard()
        {
            InitializeComponent();

             _pages = new List<UserControl>();
             _state = new Dictionary<string, string>();
             _currentPage = 0;

             // Check if we should run the wizard in silent mode...
             if (CommandLineParser.ContainsArgument("/silent"))
            _state = CommandLineParser.GetArguments();
        }