diff options
| author | Jacob Palecki <[email protected]> | 2020-09-01 03:15:45 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-01 03:15:45 -0700 |
| commit | fa497a2a20b02b4a44690d55ffa1cac26bafe35f (patch) | |
| tree | e53983fb782dce4962e7e432217af914cfdec06c /grapher/grapher.csproj | |
| parent | Move constants to central class (diff) | |
| download | rawaccel-fa497a2a20b02b4a44690d55ffa1cac26bafe35f.tar.xz rawaccel-fa497a2a20b02b4a44690d55ffa1cac26bafe35f.zip | |
Add factory to create AccelGUI
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index a726b1b..d382041 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -56,6 +56,7 @@ <Compile Include="Constants\Constants.cs" /> <Compile Include="Layouts\NaturalGainLayout.cs" /> <Compile Include="Layouts\SigmoidGainLayout.cs" /> + <Compile Include="Models\AccelGUIFactory.cs" /> <Compile Include="Models\Calculations\AccelCalculator.cs" /> <Compile Include="Models\Calculations\AccelChartData.cs" /> <Compile Include="Models\Calculations\AccelData.cs" /> |