Example #1
0
        private void ImageView_Click(object sender, RoutedEventArgs e)
        {
            string productPath = Properties.Settings.Default.ImagePath.ToString() + "\\" + _product.Id;

            PicViewer.MainWindow ImageGallery = new PicViewer.MainWindow();
            ImageGallery.FolderPath = productPath;

            ImageGallery.ShowDialog();
        }
Example #2
0
        private void ImageView_Click(object sender, RoutedEventArgs e)
        {
            string productPath = Properties.Settings.Default.ImagePath.ToString() + "\\" +_product.Id ;

            PicViewer.MainWindow ImageGallery = new PicViewer.MainWindow();
            ImageGallery.FolderPath = productPath;

            ImageGallery.ShowDialog();
        }