Beispiel #1
0
        public SearchBarProducts(SearchSuggestionsStack stackSearch, BoxView boxViewBackground)
        {
            InitializeComponent();

            this.stackSearch       = stackSearch;
            this.boxViewBackground = boxViewBackground;
        }
Beispiel #2
0
 public SearchBarProductsTool(SearchSuggestionsStack stackSearch, BoxView boxViewBackground, SearchGrid searchGrid) : base(stackSearch, boxViewBackground)
 {
     this.searchGrid = searchGrid;
 }
 public SearchBarProductsPage(SearchSuggestionsStack stackSearch, BoxView boxViewBackground, ProductsPage productsPage) : base(stackSearch, boxViewBackground)
 {
     this.stackSearch  = stackSearch;
     this.productsPage = productsPage;
 }