using System;
#nullable enable
namespace Terminal.Gui.Configuration {
///
/// Event arguments for the events.
///
public class ConfigurationManagerEventArgs : EventArgs {
///
/// Initializes a new instance of
///
public ConfigurationManagerEventArgs ()
{
}
}
}