Separate data loading from constructor.
This commit is contained in:
@@ -79,6 +79,11 @@ namespace CICMMetadataEditor
|
||||
{
|
||||
XamlReader.Load(this);
|
||||
|
||||
LoadData();
|
||||
}
|
||||
|
||||
void LoadData()
|
||||
{
|
||||
Modified = false;
|
||||
|
||||
cmbReleaseType = new EnumDropDown<CICMMetadataTypeReleaseType>();
|
||||
|
||||
Reference in New Issue
Block a user