Added logos to demo
This commit is contained in:
Regular → Executable
+1
-1
@@ -13,7 +13,7 @@ namespace GrasshopperAsyncComponentDemo.SampleImplementations
|
||||
{
|
||||
public override Guid ComponentGuid { get => new Guid("DF2B93E2-052D-4BE4-BC62-90DC1F169BF6"); }
|
||||
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user