Beispiel #1
0
        /// <summary>
        /// Uses the TabConfiguration to determine what to show
        /// Loads the uCommerce version and the SchemaVersion.
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        protected void Page_Load(object sender, EventArgs e)
        {
            uCommerceVersionHeader.Visible = _configuration.ShowUCommerceVersion;
            SchemaVersionHeader.Visible    = _configuration.ShowShemaVersion;

            uCommerceVersion.Text = SampleApi.uCommerceVersion();

            SchemaVersion.Text = SampleApi.SchemaVersion();
        }
Beispiel #2
0
        /// <summary>
        /// Loads uCommerce version and the database schema version.
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        protected void Page_Load(object sender, EventArgs e)
        {
            uCommerceVersion.Text = SampleApi.uCommerceVersion();

            SchemaVersion.Text = SampleApi.SchemaVersion();
        }