示例#1
0
        private void List_Notification(object sender, MouseButtonEventArgs e)
        {
            if (ListNotification.SelectedItem != null)
            {
                ProductsSet        selectedProduct = (ProductsSet)ListNotification.SelectedItem;
                NotificationClient NCWindow        = new NotificationClient(selectedProduct);

                NCWindow.ShowDialog();
            }
        }
示例#2
0
        private void List_Notification(object sender, MouseButtonEventArgs e)
        {
            if (ListNotification.SelectedItem != null)
            {
                ProductsSet selectedProduct = (ProductsSet)ListNotification.SelectedItem;
                NotificationClient NCWindow = new NotificationClient(selectedProduct);

                NCWindow.ShowDialog();

            }
        }