Consolidate member names
This commit is contained in:
parent
42f133aa70
commit
54d165d15f
10 changed files with 21 additions and 38 deletions
|
|
@ -113,14 +113,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
return foundValue ?? defaultValue;
|
||||
}
|
||||
|
||||
public string ValueOrNull(string key)
|
||||
{
|
||||
string foundValue;
|
||||
this.TryGetValue(key, out foundValue);
|
||||
|
||||
return foundValue;
|
||||
}
|
||||
|
||||
public static PrinterSettingsLayer LoadFromIni(TextReader reader)
|
||||
{
|
||||
var layer = new PrinterSettingsLayer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue