Created
April 12, 2016 10:06
-
-
Save adamped/290b4626591935648f0bb1b473b1614f 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 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