Rename HistoryContainer -> PrintHistoryContainer
This commit is contained in:
parent
153162ac5e
commit
ebdbd5b53d
2 changed files with 3 additions and 3 deletions
|
|
@ -36,9 +36,9 @@ using MatterHackers.MatterControl.PrintHistory;
|
|||
|
||||
namespace MatterHackers.MatterControl.Library
|
||||
{
|
||||
public class HistoryContainer : LibraryContainer
|
||||
public class PrintHistoryContainer : LibraryContainer
|
||||
{
|
||||
public HistoryContainer()
|
||||
public PrintHistoryContainer()
|
||||
{
|
||||
this.ChildContainers = new List<ILibraryContainerLink>();
|
||||
this.Items = new List<ILibraryItem>();
|
||||
|
|
@ -150,6 +150,7 @@
|
|||
<Compile Include="CustomWidgets\DisableablePanel.cs" />
|
||||
<Compile Include="Library\Interfaces\LibraryExtensionMethods.cs" />
|
||||
<Compile Include="Library\Providers\CreateFolderItem.cs" />
|
||||
<Compile Include="Library\Providers\MatterControl\PrintHistoryContainer.cs" />
|
||||
<Compile Include="Library\Providers\MatterControl\PrintHistoryItem.cs" />
|
||||
<Compile Include="Library\Providers\WritableContainer.cs" />
|
||||
<Compile Include="Library\Widgets\InsertionGroup.cs" />
|
||||
|
|
@ -206,7 +207,6 @@
|
|||
<Compile Include="Library\Providers\MessageItem.cs" />
|
||||
<Compile Include="Library\Providers\GeneratorItem.cs" />
|
||||
<Compile Include="Library\Widgets\ListView\RowListView.cs" />
|
||||
<Compile Include="Library\Providers\MatterControl\HistoryContainer.cs" />
|
||||
<Compile Include="Library\Providers\MatterControl\SqliteLibraryContainer.cs" />
|
||||
<Compile Include="Library\Providers\MatterControl\PrintQueueContainer.cs" />
|
||||
<Compile Include="Library\Providers\SDCard\SDCardContainer.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue