Added logos to demo

This commit is contained in:
Alan Rynne
2020-12-07 15:22:39 +01:00
parent ff5f9d6320
commit b97846efbb
7 changed files with 214 additions and 9 deletions
@@ -13,7 +13,7 @@ namespace GrasshopperAsyncComponentDemo.SampleImplementations
{
public override Guid ComponentGuid { get => new Guid("22C612B0-2C57-47CE-B9FE-E10621F18933"); }
protected override System.Drawing.Bitmap Icon { get => null; }
protected override System.Drawing.Bitmap Icon { get => Properties.Resources.logo32; }
public override GH_Exposure Exposure => GH_Exposure.primary;