Standard Dispose pattern implementation. Not needed, but it keeps FxCop happy.

Declaration Syntax
protected void Dispose(
bool disposing
)
Protected Sub Dispose ( _
disposing As Boolean _
)
protected:
void Dispose(
bool disposing
)

Parameters
- disposing (Boolean)
- Always true, since we don't have a finalizer.
Assembly:
Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)