Skip to content

Instantly share code, notes, and snippets.

@hatsunea
Created November 27, 2020 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatsunea/c9feedbd0ec71c7d2ae99646e1295890 to your computer and use it in GitHub Desktop.
Save hatsunea/c9feedbd0ec71c7d2ae99646e1295890 to your computer and use it in GitHub Desktop.
using Windows.UI.Xaml.Controls;
namespace ImageFilePickerSample.Views
{
public sealed partial class MainPage : Page
{
public ViewModels.MainViewModel ViewModel { get; } = App.MainVM;
public MainPage()
{
this.InitializeComponent();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment