Skip to content

Instantly share code, notes, and snippets.

@adamped
Created April 12, 2016 10:06
Show Gist options
  • Save adamped/290b4626591935648f0bb1b473b1614f to your computer and use it in GitHub Desktop.
Save adamped/290b4626591935648f0bb1b473b1614f to your computer and use it in GitHub Desktop.
public class BaseViewModel : Exrin.Framework.ViewModel
{
public BaseViewModel(IDisplayService displayService, INavigationService navigationService,
IErrorHandlingService errorHandlingService, IStackRunner stackRunner, IVisualState visualState)
: base(displayService, navigationService, errorHandlingService, stackRunner, visualState)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment