summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs')
-rw-r--r--win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs b/win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs
new file mode 100644
index 000000000..603bfb416
--- /dev/null
+++ b/win/C#/HandBrakeWPF/ViewModels/AboutViewModel.cs
@@ -0,0 +1,14 @@
+/* AboutViewModel.cs $
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
+
+namespace HandBrakeWPF.ViewModels
+{
+ /// <summary>
+ /// The About View Model
+ /// </summary>
+ public class AboutViewModel : ViewModelBase
+ {
+ }
+}