Added plain TextBox to test the databinding on CodeTextBox.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user