Skip to content

Disposables

samatrhea edited this page Mar 22, 2024 · 2 revisions

Component/Page

An abstract component has been implemented to handle the Dispose Pattern. If a new component or a new page requires to dispose resources, it can inherits the DisposableComponent component.

Class

An abstract class has been implement to handle the Dispose Pattern. If a new class to dispose resources, it can inherits the DisposableObject class. Notices that this class also inherites the ReactiveObject class.