Avalonia based Editor for Romhackers

123456
  1. <UserControl xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <StackPanel Orientation="Vertical" Gap="4">
  4. <TextBlock Classes="h1">Trainer Editor</TextBlock>
  5. </StackPanel>
  6. </UserControl>