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