summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/LogView.xaml.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-10-29 20:17:24 +0000
committersr55 <[email protected]>2011-10-29 20:17:24 +0000
commit2f0f372b09897e703a8d01fe9774aa59c936a013 (patch)
tree2dcac02179e264e6f22745e28d1492b84d715d6c /win/CS/HandBrakeWPF/Views/LogView.xaml.cs
parent00176d7fd3e25fcdb3ce61f313b384d4c2508788 (diff)
WinGui: (WPF) Continued work on the options window. Save Settings, Various functions and place holders for TODO's
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4328 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/LogView.xaml.cs')
-rw-r--r--win/CS/HandBrakeWPF/Views/LogView.xaml.cs26
1 files changed, 26 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Views/LogView.xaml.cs b/win/CS/HandBrakeWPF/Views/LogView.xaml.cs
new file mode 100644
index 000000000..375cbed43
--- /dev/null
+++ b/win/CS/HandBrakeWPF/Views/LogView.xaml.cs
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace HandBrakeWPF.Views
+{
+ /// <summary>
+ /// Interaction logic for LogView.xaml
+ /// </summary>
+ public partial class LogView : Window
+ {
+ public LogView()
+ {
+ InitializeComponent();
+ }
+ }
+}