diff --git a/CICMMetadataEditor/CICMMetadataEditor/dlgMetadata.xeto.cs b/CICMMetadataEditor/CICMMetadataEditor/dlgMetadata.xeto.cs index 2196e97..402d628 100644 --- a/CICMMetadataEditor/CICMMetadataEditor/dlgMetadata.xeto.cs +++ b/CICMMetadataEditor/CICMMetadataEditor/dlgMetadata.xeto.cs @@ -79,6 +79,11 @@ namespace CICMMetadataEditor { XamlReader.Load(this); + LoadData(); + } + + void LoadData() + { Modified = false; cmbReleaseType = new EnumDropDown();