Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Preferences / PreferencesView.xaml.cs @ 7e26c075

History | View | Annotate | Download (692 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.Forms;
10
using System.Windows.Input;
11
using System.Windows.Media;
12
using System.Windows.Media.Imaging;
13
using System.Windows.Shapes;
14
using Caliburn.Micro;
15
using Hardcodet.Wpf.TaskbarNotification;
16

    
17
namespace Pithos.Client.WPF
18
{
19
    /// <summary>
20
    /// Interaction logic for PreferencesView.xaml
21
    /// </summary>
22
    public partial class PreferencesView : Window
23
    {
24
        public PreferencesView()
25
        {
26
            InitializeComponent();
27
        }
28
       
29
    }
30
}