diff options
| author | Jacob Palecki <[email protected]> | 2020-07-30 20:15:12 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-30 20:15:12 -0700 |
| commit | 49bd00c71b223d12f1d85d5c1bae635d450403fd (patch) | |
| tree | b8984dcaa28c13c6b5f065cd0e540c1faca55c17 /grapher/Field.cs | |
| parent | Use class heirarchy for layout types (diff) | |
| download | rawaccel-49bd00c71b223d12f1d85d5c1bae635d450403fd.tar.xz rawaccel-49bd00c71b223d12f1d85d5c1bae635d450403fd.zip | |
Use options instead of fields
Diffstat (limited to 'grapher/Field.cs')
| -rw-r--r-- | grapher/Field.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Field.cs b/grapher/Field.cs index 6e1c6d2..7ce4c6e 100644 --- a/grapher/Field.cs +++ b/grapher/Field.cs @@ -44,7 +44,7 @@ namespace grapher #region Properties - TextBox Box { get; } + public TextBox Box { get; } Form ContainingForm { get; } |