From 5daa72facc91fad3d43ae16d151d737eca3faadb Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 21 Jan 2011 21:51:39 +0000 Subject: WinGui: - Add initial WPF project. (Uses MVVM, Caliburn 1.1) This may one day replace the WinForms code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3762 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/HandBrakeWPF/Views/MainView.xaml.cs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 win/C#/HandBrakeWPF/Views/MainView.xaml.cs (limited to 'win/C#/HandBrakeWPF/Views/MainView.xaml.cs') diff --git a/win/C#/HandBrakeWPF/Views/MainView.xaml.cs b/win/C#/HandBrakeWPF/Views/MainView.xaml.cs new file mode 100644 index 000000000..efb3e7d6e --- /dev/null +++ b/win/C#/HandBrakeWPF/Views/MainView.xaml.cs @@ -0,0 +1,23 @@ +/* MainView.xaml.cs $ + This file is part of the HandBrake source code. + Homepage: . + It may be used under the terms of the GNU General Public License. */ + +namespace HandBrakeWPF.Views +{ + using System.Windows; + + /// + /// Interaction logic for MainView.xaml + /// + public partial class MainView : Window + { + /// + /// Initializes a new instance of the class. + /// + public MainView() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3