Acceleratio.SPDG.UI.frm09ContentTypes.frm09ContentTypes C# (CSharp) Méthode

frm09ContentTypes() public méthode

public frm09ContentTypes ( ) : System
Résultat System
        public frm09ContentTypes()
        {
            InitializeComponent();

            base.lblTitle.Text = "Content Types";
            base.lblDescription.Text = "Define Content Types number and structure.";

            btnNext.Click += btnNext_Click;
            btnBack.Click += btnBack_Click;
            ucSteps1.showStep(9);
            this.Text = Common.APP_TITLE;

            loadData();
        }