AsposeVisualStudioPluginCells.GUI.SampleWizardPage.SampleWizardPage C# (CSharp) Method

SampleWizardPage() public method

public SampleWizardPage ( ) : System
return System
        public SampleWizardPage()
        {
            InitializeComponent();
            //AsposeComponents components = new AsposeComponents();
            SetComponentsAPIs();

            //AsposeComponent component;
            //AsposeComponents.list.TryGetValue(Constants.ASPOSE_COMPONENT, out component);
            toolStripStatusMessage.Visible = true;
            toolStripStatusMessage.Text = "";
            progressBar1.Visible = false;
            progressBar1.Value = 0;

            //rdbCSharp.Enabled = false;
            //rdbVisualBasic.Enabled = false;

            //checkAndUpdateRepo(component);

            //rdbCSharp.Enabled = true;
            //rdbVisualBasic.Enabled = true;
        }

Same methods

SampleWizardPage::SampleWizardPage ( DTE2 application ) : System