Projektdateien hinzufügen.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
namespace VideoBrowser.Controls.CefSharpBrowser.Views
|
||||
{
|
||||
using System.Windows.Controls;
|
||||
|
||||
/// <summary>
|
||||
/// Interaction logic for VideoBrowserView.xaml
|
||||
/// </summary>
|
||||
public partial class VideoBrowserView : UserControl
|
||||
{
|
||||
#region Constructors
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="VideoBrowserView"/> class.
|
||||
/// </summary>
|
||||
public VideoBrowserView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
#endregion Constructors
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user