Skip to content

Instantly share code, notes, and snippets.

@SchreinerK
Last active February 26, 2018 22:50
Show Gist options
  • Save SchreinerK/06d1a7fd82c8c60a08137f91eead3a09 to your computer and use it in GitHub Desktop.
Save SchreinerK/06d1a7fd82c8c60a08137f91eead3a09 to your computer and use it in GitHub Desktop.
Simple ViewModel (KsWare Presentation Framework)
using KsWare.Presentation.ViewModelFramework;
namespace MyProject {
public class XyzVM : ObjectVM {
public XxxVM () {
RegisterChildren(()=>this);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment