github image support

This commit is contained in:
LarsBrubaker 2020-09-10 07:23:52 -07:00
parent e91797cf0f
commit 1ac56ffb89
7 changed files with 13 additions and 16 deletions

View file

@ -260,6 +260,7 @@ namespace MatterHackers.MatterControl.Library
{
private readonly string owner;
private readonly string repository;
protected string Path { get; }
public GitHubContainerLink(string containerName, string owner, string repository, string path)