diff options
| author | Jacob Palecki <[email protected]> | 2020-07-24 17:40:48 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-24 17:40:48 -0700 |
| commit | eeb1287bb2ed3a634bf9f4ac713779dcfea229b2 (patch) | |
| tree | 0bbaef80f43937c59134e247702e4c7ba2ed773a /grapher/Program.cs | |
| parent | Merge branch 'master' into WrapperAndGrapher (diff) | |
| download | rawaccel-eeb1287bb2ed3a634bf9f4ac713779dcfea229b2.tar.xz rawaccel-eeb1287bb2ed3a634bf9f4ac713779dcfea229b2.zip | |
Add correct names and labels
Diffstat (limited to 'grapher/Program.cs')
| -rw-r--r-- | grapher/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Program.cs b/grapher/Program.cs index afd45ba..b36ece3 100644 --- a/grapher/Program.cs +++ b/grapher/Program.cs @@ -16,7 +16,7 @@ namespace grapher { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); + Application.Run(new RawAcceleration()); } } } |