Add share button to library.
This commit is contained in:
parent
20618e3835
commit
bcb3b44d89
8 changed files with 112 additions and 2 deletions
|
|
@ -123,6 +123,13 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
|
|||
}
|
||||
}
|
||||
|
||||
public override void ShareItem(int itemIndexToShare)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public override bool CanShare { get { return false; } }
|
||||
|
||||
public override int ItemCount
|
||||
{
|
||||
get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue