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