public ComponentWizardPage()
        {
            InitializeComponent();
            AsyncDownloadList.list.Clear();
            AsposeComponents components = new AsposeComponents();

            if (!GlobalData.isAutoOpened)
            {
                AbortButton.Text = "Close";
            }

            GlobalData.SelectedComponent = null;
            ContinueButton_Click(new object(), new EventArgs());


        }