chore: Updated project to SDK style

This commit is contained in:
Alan Rynne
2023-03-06 22:19:08 +01:00
parent 658c40eecd
commit 83c72a7131
7 changed files with 53 additions and 251 deletions
@@ -1,12 +1,7 @@
using Grasshopper.Kernel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using GrasshopperAsyncComponent;
using System.Windows.Forms;
using GrasshopperAsyncComponent;
namespace GrasshopperAsyncComponentDemo.SampleImplementations
{