using DeepNestLib; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SmartWells { public class SheetLoadInfo { public NFP Nfp; public string Path; public string Info { get; set; } public float Width { get; set; } public float Height { get; set; } public int Quantity { get; set; } } }