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