diff options
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 7ce4c6e..5ef057d 100644 --- a/grapher/Field.cs +++ b/grapher/Field.cs @@ -46,7 +46,7 @@ namespace grapher public TextBox Box { get; } - Form ContainingForm { get; } + private Form ContainingForm { get; } public double Data { get; private set; } |