hMailServer.Shared.ucWizard.ucWizard C# (CSharp) 메소드

ucWizard() 공개 메소드

public ucWizard ( ) : System
리턴 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();
        }