Table of Contents

Class ConfirmController

Namespace
The.WPF.Screens.Confirm
Assembly
Instagile.WPF.dll
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

services IServices
text string
title string

Methods

CreateModel(ISurface)

protected override ConfirmModel CreateModel(ISurface s)

Parameters

s ISurface

Returns

ConfirmModel