Remove SDCardContainer until replacement becomes available
This commit is contained in:
parent
984369e21e
commit
96383bd8c0
2 changed files with 1 additions and 18 deletions
|
|
@ -51,14 +51,12 @@ namespace MatterHackers.MatterControl.Library
|
|||
|
||||
private AutoResetEvent autoResetEvent;
|
||||
|
||||
public SDCardContainer()
|
||||
public SDCardContainer(PrinterConfig printer)
|
||||
{
|
||||
this.ChildContainers = new List<ILibraryContainerLink>();
|
||||
this.Items = new List<ILibraryItem>();
|
||||
this.Name = "SD Card".Localize();
|
||||
|
||||
printer = ApplicationController.Instance.ActivePrinter;
|
||||
|
||||
void CommunicationStateChanged(object s, EventArgs e)
|
||||
{
|
||||
switch (printer.Connection.CommunicationState)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue