Add the following methods to the class MyUlcToDoListApp:
appName ^'MyUlcToDoListApp'
registerInUlcSystem UlcSystem registerApplicationNamed: self appName withStartupClass: MyUlcToDoListView
loaded self registerInUlcSystem
If the application supports multiple languages, this method should send a message to initialize national language support. For details, see Implementing NLS support for ULC applications.
deregisterFromUlcSystem UlcSystem deregisterApplicationNamed: self appName
removing self deregisterFromUlcSystem
When you are finished, version and release the class; then version the application.