twitch vod downloading done
ffmpeg essentials fix Project reorganized git lfs ffmpeg removed ffmpeg added
This commit is contained in:
18
VDownload.Core/VDownload.Core.Views/Home/HomeView.xaml.cs
Normal file
18
VDownload.Core/VDownload.Core.Views/Home/HomeView.xaml.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
using VDownload.Core.ViewModels.Home;
|
||||
|
||||
namespace VDownload.Core.Views.Home
|
||||
{
|
||||
public sealed partial class HomeView : Page
|
||||
{
|
||||
#region CONSTRUCTORS
|
||||
|
||||
public HomeView(HomeViewModel viewModel)
|
||||
{
|
||||
this.InitializeComponent();
|
||||
this.DataContext = viewModel;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user