Class ConfirmController
public sealed class ConfirmController : SimpleModalControllerBase<ConfirmModel, ConfirmView, bool>, IModalController<bool>
- Inheritance
-
ConfirmController
- Implements
- Inherited Members
Constructors
ConfirmController(IServices, string, string)
public ConfirmController(IServices services, string text, string title)
Parameters
Methods
CreateModel(ISurface)
protected override ConfirmModel CreateModel(ISurface s)
Parameters
sISurface