another build fix
This commit is contained in:
@@ -11,7 +11,8 @@ public class ConfigurationPanel : TableLayoutPanel
|
|||||||
|
|
||||||
public ConfigurationEntry CreateEntry(string name, string title, Action? create)
|
public ConfigurationEntry CreateEntry(string name, string title, Action? create)
|
||||||
{
|
{
|
||||||
return CreateEntry(new(name, title, ));
|
throw new NotImplementedException();
|
||||||
|
//return CreateEntry(new(name, title, ));
|
||||||
}
|
}
|
||||||
|
|
||||||
public ConfigurationEntry CreateEntry(ConfigurationEntry entry)
|
public ConfigurationEntry CreateEntry(ConfigurationEntry entry)
|
||||||
|
|||||||
Reference in New Issue
Block a user