Created
February 26, 2019 08:01
-
-
Save usausa/71d82757067128cb0c3dfab62d160695 to your computer and use it in GitHub Desktop.
dseign-time BindingContext and runtime resolve
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 class AppViewModelBase<T> : ViewModelBase | |
where T : AppViewModelBase<T> | |
{ | |
public static T DesignInstance { get; } = null; // For design | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment