mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
6 lines
275 B
C#
6 lines
275 B
C#
namespace Terminal.Gui.App;
|
|
|
|
// Note: IRunnable lifecycle events (Starting, Started, Stopping, Stopped, Initializing, Initialized)
|
|
// use standard EventArgs or System.ComponentModel.CancelEventArgs.
|
|
// No custom event args are needed for the simplified IRunnable interface.
|