OSDN Git Service

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