We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe70c39 commit 17070e4Copy full SHA for 17070e4
Virtual_EDW/Form_Main.cs
@@ -109,6 +109,7 @@ public FormMain()
109
// Re-apply in case the environment change triggered a change compared to what's in the Core file.
110
textBoxTeamConfigurationPath.Text = VdwConfigurationSettings.TeamConfigurationPath;
111
textBoxTeamConnectionsPath.Text = VdwConfigurationSettings.TeamConnectionsPath;
112
+ textBoxMetadataPath.Text = VdwConfigurationSettings.VdwMetadatPath;
113
114
#region Load Pattern Grid
115
0 commit comments