示例#1
0
        /// <summary>
        /// Gets or sets the add brand.
        /// </summary>
        /// <returns>
        /// The <see cref="IAddBrand"/>.
        /// </returns>
        public IAddBrand AddBrand()
        {
            StfLogger.LogError("AddBrand is no longer supported by the WrapTrack UI");
            StfLogger.LogInconclusive("UnSUpported", "AddBrand is no longer supported by the WrapTrack UI");

            return(null);
        }