namespace VideoBrowser.Controls.CefSharpBrowser.Views
{
///
/// Interaction logic for DefaultTabHostWindow.xaml.
///
public partial class DefaultTabHostWindow
{
#region Constructors
///
/// Initializes a new instance of the class.
///
public DefaultTabHostWindow()
{
this.InitializeComponent();
}
#endregion Constructors
}
}