Avalonia based Editor for Romhackers

MainWindow.xaml 219B

123456
  1. <Window xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. Title="Editopia"
  4. xmlns:local="clr-namespace:Editopia.Editor">
  5. <local:MainView/>
  6. </Window>