This repository has been archived on 2026-03-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Eco/VideoBrowser/Controls/CefSharpBrowser/Views/WebBrowserTabControlView.xaml.cs
2023-07-24 12:00:34 +02:00

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
}
}