From f3740b21ad9c08d23368826d1de9eed9a89d9a11 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Sun, 2 Aug 2020 14:03:55 -0700 Subject: Move logic out of forms class into accelgui class --- grapher/grapher.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index bd86a0c..4fe8f64 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,7 @@ + -- cgit v1.2.3 From dba84307479550135db0bccce9554da09c74aa74 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Mon, 3 Aug 2020 13:20:17 -0700 Subject: Add tool menu to enable\disable charts --- grapher/grapher.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 4fe8f64..1611fd3 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,7 @@ + -- cgit v1.2.3