We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DisplayUtilityAssociations: AddAssociations is called twice during initialization
AddAssociations is called once in private async Task Initialize and then again in private void OnNavigationCompleted:
private async Task Initialize
private void OnNavigationCompleted
https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/b6d103e48c8992769e999a84d7af93489c21ffc6/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/UtilityNetwork/DisplayUtilityAssociations/DisplayUtilityAssociations.xaml.cs#L135
https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/b6d103e48c8992769e999a84d7af93489c21ffc6/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/UtilityNetwork/DisplayUtilityAssociations/DisplayUtilityAssociations.xaml.cs#L145
The text was updated successfully, but these errors were encountered:
@ZackAllen @duffh
Sorry, something went wrong.
No branches or pull requests
DisplayUtilityAssociations: AddAssociations is called twice during initialization
AddAssociations is called once in
private async Task Initialize
and then again inprivate void OnNavigationCompleted
:https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/b6d103e48c8992769e999a84d7af93489c21ffc6/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/UtilityNetwork/DisplayUtilityAssociations/DisplayUtilityAssociations.xaml.cs#L135
https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/b6d103e48c8992769e999a84d7af93489c21ffc6/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/UtilityNetwork/DisplayUtilityAssociations/DisplayUtilityAssociations.xaml.cs#L145
The text was updated successfully, but these errors were encountered: