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