rename FileLoader to MainForm.FileLoader to make it more obvious that it is a partial class of mainform
This commit is contained in:
parent
88c937cd42
commit
7149b0ef65
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue