// --------------------------------------------------------------------------------------------------------------------
//
// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
//
//
// Interaction logic for LogView.xaml
//
// --------------------------------------------------------------------------------------------------------------------
namespace HandBrakeWPF.Views
{
using System.Windows;
///
/// Interaction logic for LogView.xaml
///
public partial class LogView : Window
{
public LogView()
{
InitializeComponent();
}
}
}