Class TestWizard
public class TestWizard : WizardBaseBase<object>, INotifyPropertyChanged, IWizard<object>, IDisposable
- Inheritance
-
WizardBaseBase<object>TestWizard
- Implements
- Inherited Members
- Extension Methods
Constructors
TestWizard(ISurface, Func<IWizardHost, Task<object>>)
public TestWizard(ISurface surface, Func<IWizardHost, Task<object>> run)
Parameters
surfaceISurfacerunFunc<IWizardHost, Task<object>>
Properties
CurrentHost
public IWizardHost CurrentHost { get; }
Property Value
Methods
RunWithHost(IWizardHost)
protected override Task<object> RunWithHost(IWizardHost host)
Parameters
hostIWizardHost