Files
TheXamlGuy/App/WeddingBuilder/Views/ExistingProjectConfigurationView.axaml
T
2022-11-01 15:26:08 +00:00

9 lines
443 B
XML

<UserControl
x:Class="Builder.ExistingProjectConfigurationView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:fluent="clr-namespace:FluentAvalonia.UI.Controls;assembly=FluentAvalonia"
Loaded="{Composite {ChangeProperty {Binding $parent[fluent:ContentDialog]},
Classes,
Open}}" />