summaryrefslogtreecommitdiffstats
path: root/src/CS340.Plotter/Plot.Designer.cs
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-22 01:08:33 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-22 01:08:33 -0500
commit292555a07b72ae1470c49ee2cee82db16d1c9cbd (patch)
tree21418f63624c37befaa34f57886d47b4a9824a8c /src/CS340.Plotter/Plot.Designer.cs
parentd2dea1b16ff29f6e45fca971290f94d4e0ed2467 (diff)
added more generics
Diffstat (limited to 'src/CS340.Plotter/Plot.Designer.cs')
-rw-r--r--src/CS340.Plotter/Plot.Designer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CS340.Plotter/Plot.Designer.cs b/src/CS340.Plotter/Plot.Designer.cs
index 36d9a56..562d725 100644
--- a/src/CS340.Plotter/Plot.Designer.cs
+++ b/src/CS340.Plotter/Plot.Designer.cs
@@ -52,6 +52,7 @@ namespace Plotter
this.Controls.Add(this.Canvas);
this.Name = "Plot";
this.Text = "Plot";
+ this.Load += new System.EventHandler(this.Plot_Load);
((System.ComponentModel.ISupportInitialize)(this.Canvas)).EndInit();
this.ResumeLayout(false);