Skip to content

Instantly share code, notes, and snippets.

@rohits79
Created June 10, 2016 02:56
Show Gist options
  • Save rohits79/88336a21503ac0ed4b7e7efd1a881510 to your computer and use it in GitHub Desktop.
Save rohits79/88336a21503ac0ed4b7e7efd1a881510 to your computer and use it in GitHub Desktop.
public void RegisterViewWithRegion(string regionName, Type viewType)
{
this.RegisterViewWithRegion(regionName, () => this.CreateInstance(viewType));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment