Created
June 10, 2016 02:56
-
-
Save rohits79/88336a21503ac0ed4b7e7efd1a881510 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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