Ejemplo n.º 1
0
        private void btnConfirm_Click(object sender, RoutedEventArgs e)
        {
            gui.NodeNameChanged(firstNode, txtName.Text);
            var binding
                = BindingOperations.GetMultiBindingExpression(nodeIcon, IconShape.DisplayTextProperty);

            binding.UpdateTarget();
            Update();
        }