This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Befunge.Net/Befunge/Editor/MainWindow.xaml
2016-10-13 19:52:31 -04:00

13 lines
514 B
XML

<Window x:Class="Befunge.Editor.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:loc="clr-namespace:Befunge.Editor.Controls"
mc:Ignorable="d"
Title="Befunge Editor" Height="350" Width="525">
<Grid>
</Grid>
</Window>