| 123456789101112131415161718 |
- <UserControl xmlns="https://github.com/avaloniaui"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- x:Class="Neptune.View.Controls.Editors.XteaKeysEditor"
- Background="HotPink">
- <StackPanel VerticalAlignment="Center">
- <TextBlock HorizontalAlignment="Center"
- FontSize="16"
- Text="I'll be an XTEA key editor soon!" />
- <TextBlock HorizontalAlignment="Center"
- FontSize="16"
- Text="{Binding Test}" />
- <TextBlock HorizontalAlignment="Center"
- FontSize="16"
- Text="{Binding ConfigMember.FriendlyName}" />
- </StackPanel>
- </UserControl>
|