Added plain TextBox to test the databinding on CodeTextBox.

This commit is contained in:
David
2016-10-13 21:15:10 -04:00
parent 1c44e00a1d
commit 3e96ed3484
6 changed files with 1081 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ using System.Threading.Tasks;
namespace Befunge.Interpreter
{
public interface StepInterpreter : INotifyPropertyChanged
public interface IStepInterpreter : INotifyPropertyChanged
{
IVec2 InstructionPointerPosition { get; }
string Output { get; }