Revision 5bcf6d70 trunk/Pithos.Client.WPF/App.xaml.cs

b/trunk/Pithos.Client.WPF/App.xaml.cs
2 2
using System.Collections.Generic;
3 3
using System.Configuration;
4 4
using System.Data;
5
using System.Diagnostics;
5 6
using System.Linq;
7
using System.Reflection;
6 8
using System.Windows;
9
using Microsoft.Win32;
10
using WPF.Themes;
7 11

  
8 12
namespace Pithos.Client.WPF
9 13
{
......
14 18
    {
15 19
        public App()
16 20
        {
17
            InitializeComponent();
21
            var extensionController = new ShellExtensionController();
22
            extensionController.RegisterExtensions();
23
            
24
/*
25
            var appPatth =    Assembly.GetExecutingAssembly().Location;
26
            Registry.LocalMachine.SetValue(@"Software\Pithos\AppPath",appPatth );
27
*/
28

  
29
            InitializeComponent();            
30
            //Application.Current.ApplyTheme("BureauBlue");
18 31
        }
19 32
    }
20 33

  

Also available in: Unified diff