Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created October 23, 2019 02:31
Embed
What would you like to do?
public MainWindow()
{
InitializeComponent();
DataContext = new MainViewModel();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment