Opens the window.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public void Show()
Visual Basic
Public Sub Show

Remarks

Calling Show makes the window visible, active and in front of other windows. A window cannot be reopened after it has been closed. It's possible to hide the window without closing it using Hide()()()() or the Visibility property.

See Also