Skip to content

Instantly share code, notes, and snippets.

@kevingosse
Created December 29, 2017 16:29
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 kevingosse/d5e3c371b52c98d7207913cf9361d50f to your computer and use it in GitHub Desktop.
Save kevingosse/d5e3c371b52c98d7207913cf9361d50f to your computer and use it in GitHub Desktop.
public Control GetToolWindowView(object parameter)
{
return new HistoryControl { DataContext = this };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment