namespace VideoBrowser.Controls.CefSharpBrowser.Views
{
using System.Windows.Controls;
///
/// Interaction logic for VideoBrowserView.xaml
///
public partial class VideoBrowserView : UserControl
{
#region Constructors
///
/// Initializes a new instance of the class.
///
public VideoBrowserView()
{
InitializeComponent();
}
#endregion Constructors
}
}