Initial Commit
This commit is contained in:
12
Befunge/Editor/MainWindow.xaml.cs
Normal file
12
Befunge/Editor/MainWindow.xaml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace Befunge.Editor
|
||||
{
|
||||
public partial class MainWindow
|
||||
{
|
||||
public MainWindow ()
|
||||
{
|
||||
InitializeComponent ();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user