Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / FileProperties / ContainerPropertiesView.xaml.cs @ 42800be8

History | View | Annotate | Download (632 Bytes)

1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Windows;
6
using System.Windows.Controls;
7
using System.Windows.Data;
8
using System.Windows.Documents;
9
using System.Windows.Input;
10
using System.Windows.Media;
11
using System.Windows.Media.Imaging;
12
using System.Windows.Shapes;
13

    
14
namespace Pithos.Client.WPF.FileProperties
15
{
16
    /// <summary>
17
    /// Interaction logic for ContainerPropertiesView.xaml
18
    /// </summary>
19
    public partial class ContainerPropertiesView : Window
20
    {
21
        public ContainerPropertiesView()
22
        {
23
            InitializeComponent();
24
        }
25
    }
26
}