public SpeckleRhinoConnectorPlugin() { Instance = this; RhinoDoc.BeginOpenDocument += RhinoDoc_BeginOpenDocument; RhinoDoc.EndOpenDocument += RhinoDoc_EndOpenDocument; // RhinoApp.Idle += RhinoApp_Idle; }
public SpeckleRhinoConnectorPlugin() { Instance = this; RhinoApp.Idle += RhinoApp_Idle; }