-
Notifications
You must be signed in to change notification settings - Fork 1
Disposables
samatrhea edited this page Mar 22, 2024
·
2 revisions
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.
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.
copyright @ Starion Group S.A.