Revision 100379b3 trunk/Pithos.Client.WPF/AppBootstrapper.cs

b/trunk/Pithos.Client.WPF/AppBootstrapper.cs
65 65

  
66 66
	public class AppBootstrapper : Bootstrapper<IShell>
67 67
	{
68

  
68 69
		CompositionContainer container;
69 70

  
70 71
		public AppBootstrapper()
71 72
		{
72 73
			LogManager.GetLog = type => new log4netLogger(type);
73 74
			UpgradeSettings();
74

  
75 75
		}
76 76

  
77 77
		private void UpgradeSettings()
......
136 136
			container.SatisfyImportsOnce(instance);
137 137
		}
138 138
	}
139
}
139
}

Also available in: Unified diff