Beispiel #1
0
        private void ProductsTextBlock_MouseDown(object sender, MouseButtonEventArgs e)
        {
            ShowProducts showProducts = new ShowProducts();

            ContentContainer.Content = showProducts.Content;
            ContentContainer.Focus();
        }