removed unimplemented path.
This commit is contained in:
parent
20822434b9
commit
e17f358b97
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
|
|||
// and any directory providers (sd card provider, etc...)
|
||||
//libraryProviders.Add(new LibraryProviderFileSystem(Path.Combine("C:\\", "Users", "LarsBrubaker", "Downloads"), "Downloads", this.ProviderKey));
|
||||
//#if __ANDROID__
|
||||
libraryProviders.Add(new LibraryProviderFileSystem(ApplicationDataStorage.Instance.PublicDataStoragePath, "Downloads", this.ProviderKey));
|
||||
//libraryProviders.Add(new LibraryProviderFileSystem(ApplicationDataStorage.Instance.PublicDataStoragePath, "Downloads", this.ProviderKey));
|
||||
|
||||
PrintItemCollection libraryCollection = new PrintItemCollection("Library Folder1", Path.Combine("C:\\", "Users", "LarsBrubaker", "AppData", "Local", "MatterControl", "Library"));
|
||||
//libraryProviders.Add(new LibraryProviderFileSystem(libraryCollection, "Library Folder2", this.ProviderKey));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue