Refactor Naming Template
This commit is contained in:
parent
39fe7b79d2
commit
18f69bc73d
7 changed files with 91 additions and 98 deletions
|
|
@ -37,9 +37,9 @@ namespace LibationWinForms.Dialogs
|
|||
|
||||
warningsLbl.Text = "";
|
||||
|
||||
this.Text = $"Edit {templateEditor.EditingTemplate.Name}";
|
||||
this.Text = $"Edit {templateEditor.TemplateName}";
|
||||
|
||||
this.templateLbl.Text = templateEditor.EditingTemplate.Description;
|
||||
this.templateLbl.Text = templateEditor.TemplateDescription;
|
||||
resetTextBox(templateEditor.EditingTemplate.TemplateText);
|
||||
|
||||
// populate list view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue