rename FileLoader to MainForm.FileLoader to make it more obvious that it is a partial class of mainform

This commit is contained in:
adelikat 2019-12-20 11:27:34 -06:00
parent 88c937cd42
commit 7149b0ef65
2 changed files with 329 additions and 328 deletions

View File

@ -637,9 +637,6 @@
<Compile Include="Extensions\CoreExtensions.cs" />
<Compile Include="Extensions\ToolExtensions.cs" />
<Compile Include="FileFilterEntry.cs" />
<Compile Include="FileLoader.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GLManager.cs" />
<Compile Include="GlobalWin.cs" />
<Compile Include="Api\ApiContainer.cs" />
@ -666,6 +663,10 @@
<Compile Include="LogWindow.Designer.cs">
<DependentUpon>LogWindow.cs</DependentUpon>
</Compile>
<Compile Include="MainForm.FileLoader.cs">
<DependentUpon>MainForm.cs</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Hotkey.cs">
<DependentUpon>MainForm.cs</DependentUpon>
<SubType>Form</SubType>