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