Charta supports the implementation of two functions that run automatically: one when the applications starts and one when it closes down.
Charta supports the implementation of two automatically run functions: one when the applications starts and one when it closes down. Every Charta desktop application that implements a function with the correct name and interface will automatically run the functions.
The interfaces of the two functions:
The Start up function is automatically run when Charta starts.
The Close down function is automatically run when Charta is closed.
