public LibraryConverter(ProjectConverter parent) { Parent = parent; LibNames = new List <string>(); AllDevices = new List <Device>(); AllSymbols = new List <k.Symbol.Symbol>(); AllFootprints = new List <k.ModuleDef.Module>(); FootprintNameMap = new RenameMap(); }
RenameMap PartMap = new RenameMap(); // All parts from <parts> element, with converted name // public BoardConverter(ProjectConverter parent) { Parent = parent; }
//PointF DrawingOffset = new PointF(0, 0); public SchematicConverter(ProjectConverter parent) { Parent = parent; }