[]
Helper class providing a busy section for a C1PreviewPane, raising the Busy flag in its constructor, and lowering it in the Dispose() method.
Usage:
using (new busy = BusySection(previewPane)) { ..code... }.
public class C1PreviewPane.BusySection : IDisposable
Name | Description |
---|---|
BusySection(C1PreviewPane) | Initializes a new instance of the C1PreviewPane.BusySection class,
raises the Busy flag on |
Name | Description |
---|---|
Dispose() | Disposes the busy section, lowers the Busy flag on the preview pane. |