OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrakeWPF / ViewModels / QueueViewModel.cs
1 /*  QueueViewModel.cs $\r
2     This file is part of the HandBrake source code.\r
3     Homepage: <http://handbrake.fr>.\r
4     It may be used under the terms of the GNU General Public License. */\r
5 \r
6 namespace HandBrakeWPF.ViewModels\r
7 {\r
8     using Microsoft.Practices.ServiceLocation;\r
9 \r
10     /// <summary>\r
11     /// The Preview View Model\r
12     /// </summary>\r
13     public class QueueViewModel : ViewModelBase\r
14     {\r
15         public QueueViewModel(IServiceLocator locator)\r
16             : base(locator)\r
17         {\r
18         }\r
19     }\r
20 }\r