diff options
| author | Michael <[email protected]> | 2017-06-17 14:45:42 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-17 14:45:42 -0400 |
| commit | e3f9a6028b3774f7376617502e7f6016dc50dd0e (patch) | |
| tree | 195ad433cbb4519b433cf24156b761419f226fe5 /ShiftOS.WinForms/Applications/MindBlow.cs | |
| parent | 0365b33993812361936e81104f793f58794fde8f (diff) | |
| download | shiftos_thereturn-e3f9a6028b3774f7376617502e7f6016dc50dd0e.tar.gz shiftos_thereturn-e3f9a6028b3774f7376617502e7f6016dc50dd0e.tar.bz2 shiftos_thereturn-e3f9a6028b3774f7376617502e7f6016dc50dd0e.zip | |
Localize a LOT of the UI
Diffstat (limited to 'ShiftOS.WinForms/Applications/MindBlow.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/MindBlow.cs | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/MindBlow.cs b/ShiftOS.WinForms/Applications/MindBlow.cs index 0f0df80..7cd2a8f 100644 --- a/ShiftOS.WinForms/Applications/MindBlow.cs +++ b/ShiftOS.WinForms/Applications/MindBlow.cs @@ -35,7 +35,17 @@ namespace ShiftOS.WinForms.Applications public override long Length => box.Text.Length; - public override long Position { get => Length; set => throw new NotImplementedException(); } + public override long Position + { + get + { + return Length; + } + set + { + //nothing + } + } public override void Flush() { |
