From 49bd00c71b223d12f1d85d5c1bae635d450403fd Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 30 Jul 2020 20:15:12 -0700 Subject: Use options instead of fields --- grapher/Field.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/Field.cs') 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; } -- cgit v1.2.3