Table of Contents

Method AddIfDebug

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddIfDebug(string, Func<Window>)

Adds item if DEBUG conditional is specified.

[Conditional("DEBUG")]
public void AddIfDebug(string text, Func<Window> createForm)

Parameters

text string
createForm Func<Window>