namespace Terminal.Gui.Configuration; /// Event arguments for the events. public class ConfigurationManagerEventArgs : EventArgs { /// Initializes a new instance of public ConfigurationManagerEventArgs () { } } //public class ConfigurationLoadEventArgs : ResultEventArgs //{ // public ConfigLocations Location { get; } // public string? Path { get; } // public ConfigurationLoadEventArgs (ConfigLocations location, string? path) // { // Location = location; // Path = path; // } //}