using Grasshopper.Kernel;
using System;
using System.Collections.Generic;
using System.Runtime.Versioning;
namespace FeMM.Grasshopper.Components.MeCheck2
{
#if NETCOREAPP
[SupportedOSPlatform("windows")]
#endif
public class PrintCheckImageMeCheckTaubComponentV1_OBSOLETE : PrintCheckImageMeCheckTaubComponentBase
{
public PrintCheckImageMeCheckTaubComponentV1_OBSOLETE()
: base()
{
}
public override GH_Exposure Exposure => GH_Exposure.hidden;
/// <summary>
/// Gets the unique ID for this component. Do not change this ID after release.
/// </summary>
public override Guid ComponentGuid => new("78a9dd6c-dfd7-4b4f-8dbc-0529a895744a");
protected override void GetInputMarks(IGH_DataAccess DA, ref int nnn, ref bool showMarks, List<double> customMarks)
{
}
protected override void RegisterInputMarks(GH_InputParamManager pManager)
{
}
}
}