X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FHandBrakeWPF%2FViewModels%2FAboutViewModel.cs;h=b2e83cd8404e10154fa1dad653bf6d767652576e;hb=e83c570f4856660bbb120998546333aa4308a43f;hp=603bfb4161bcc66224266efbe651b4037e442f12;hpb=827c69558da16cabd3ff0ff03425d655e6db0d68;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs b/win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs index 603bfb41..b2e83cd8 100644 --- a/win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs +++ b/win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs @@ -5,10 +5,17 @@ namespace HandBrakeWPF.ViewModels { + using Microsoft.Practices.ServiceLocation; + /// /// The About View Model /// public class AboutViewModel : ViewModelBase { + public AboutViewModel(IServiceLocator locator) + : base(locator) + { + } + } }