C# Class NinjaCoder.MvvmCross.ViewModels.AddCustomRenderers.CustomRendererFinishedViewModel

Defines the CustomRendererFinishedViewModel type.
Inheritance: Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
CustomRendererFinishedViewModel ( ICachingService cachingService ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard

Initializes a new instance of the CustomRendererFinishedViewModel class.

OnInitialize ( ) : void

Called when [initialize].

Method Details

CustomRendererFinishedViewModel() public méthode

Initializes a new instance of the CustomRendererFinishedViewModel class.
public CustomRendererFinishedViewModel ( ICachingService cachingService ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard
cachingService ICachingService The caching service.
Résultat Scorchio.Infrastructure.Wpf.ViewModels.Wizard

OnInitialize() public méthode

Called when [initialize].
public OnInitialize ( ) : void
Résultat void