Table of Contents

Constructor DlgConfirmSave

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

DlgConfirmSave()

Initializes a new instance of the DlgConfirmSave class with default settings.

public DlgConfirmSave()

DlgConfirmSave(string, IList<string>)

Initializes a new instance of the DlgConfirmSave class with specified settings.

public DlgConfirmSave(string title, IList<string> unsavedFiles)

Parameters

title string

Text associated with this new instance.

unsavedFiles IList<string>

List of modified files to confirm.