20 lines
522 B
C#
20 lines
522 B
C#
namespace VideoBrowser.Controls.CefSharpBrowser.Views
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for WebBrowserTabControlView.xaml.
|
|
/// </summary>
|
|
public partial class WebBrowserTabControlView
|
|
{
|
|
#region Constructors
|
|
|
|
/// <summary>
|
|
/// Initializes a new instance of the <see cref="WebBrowserTabControlView"/> class.
|
|
/// </summary>
|
|
public WebBrowserTabControlView()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
|
|
#endregion Constructors
|
|
}
|
|
} |