Click or drag to resize

BusyIndicatorViewModelTShowView Method

Shows the busy indicator view dialog. Use this method to avoid referencing WPF libraries.

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

Parameters

playErrorSound (Optional)
Type: SystemBoolean
Play error sound toggle.
See Also