OSDN Git Service

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