[Missing <summary> documentation for "N:Censitif.Library.Component"]
Classes
| Class | Description | |
|---|---|---|
| ExceptionMgr |
Handles exceptions that could not be managed in the application.
These exceptions are intended to be reported to the development team for bug fixing.
| |
| UpdateMgr |
Checks for updates.
The code in this class is inspired by the blog post:
http://themech.net/2008/05/adding-check-for-update-option-in-csharp/.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IExceptionMgr |
Interface for the ExceptionMgr class.
| |
| IUpdateMgr |
Defines the interface of an Update Manager.
|
Delegates
| Delegate | Description | |
|---|---|---|
| DelExceptionMgr | Exception Manager. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| UpdateType |
Description of UpdateType.
|