summaryrefslogtreecommitdiffstats
path: root/src/CS340.Plotter/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/CS340.Plotter/Program.cs')
-rw-r--r--src/CS340.Plotter/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CS340.Plotter/Program.cs b/src/CS340.Plotter/Program.cs
index cfffac2..d9175fe 100644
--- a/src/CS340.Plotter/Program.cs
+++ b/src/CS340.Plotter/Program.cs
@@ -24,7 +24,7 @@ namespace Plotter
Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new Plot());
+ Application.Run(new PlotWindow());
}
}
}