Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created July 25, 2019 03:18
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 juucustodio/f9c7869d278900c50ae48f3983054971 to your computer and use it in GitHub Desktop.
Save juucustodio/f9c7869d278900c50ae48f3983054971 to your computer and use it in GitHub Desktop.
Example of how to work with MVVM pattern using the MVVMCoffee nuget package - http://julianocustodio.com/mvvmcoffee
using MVVMCoffee.ViewModels;
namespace Sample.ViewModels
{
public class MainViewModel : BaseViewModel
{
public MainViewModel()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment