more work on gtk & code cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ public class ConfigurationManagerList : IList<ConfigurationManager>
|
||||
|
||||
public delegate void GettingParentManagerEventHandler(object sender, GetValueEventArgs<SimpleConfiguration> e);
|
||||
|
||||
private readonly List<ConfigurationManager> myList = new List<ConfigurationManager>();
|
||||
private readonly List<ConfigurationManager> myList = [];
|
||||
|
||||
private object GetParentManager()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user