Click or drag to resize

ErrorViewModelTShowView Method

Show the error view.

Namespace:  CADSharpTools.MVVM.ViewModels
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public void ShowView(
	string Title,
	bool playErrorSound = false
)

Parameters

Title
Type: SystemString
Title to be shown in the error view window.
playErrorSound (Optional)
Type: SystemBoolean
Play system sound.
See Also