示例#1
0
        public CatalogViewModel(string catalogItem)
        {
            this.Title = "Product Catalog";
            this.Icon  = "list.png";

            this.catalogItem = CatalogItem.CreateCatalogItem(catalogItem);
        } //end ctor
示例#2
0
        public CatalogViewModel(string catalogItem)
        {
            this.Title = "Cervejas";
            this.Icon  = "hops.png";

            this.catalogItem = CatalogItem.CreateCatalogItem(catalogItem);
        }         //end ctor