OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrakeWPF / ViewModels / AboutViewModel.cs
index 603bfb4..b2e83cd 100644 (file)
@@ -5,10 +5,17 @@
 \r
 namespace HandBrakeWPF.ViewModels\r
 {\r
+    using Microsoft.Practices.ServiceLocation;\r
+\r
     /// <summary>\r
     /// The About View Model\r
     /// </summary>\r
     public class AboutViewModel : ViewModelBase\r
     {\r
+        public AboutViewModel(IServiceLocator locator)\r
+            : base(locator)\r
+        {\r
+        }\r
+\r
     }\r
 }\r