Remove unnecessary System, System.Collections.Generic, System.IO, and System.Linq using directives that were flagged by IDE analyzers. Also includes minor whitespace and code style normalization. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
152 B
C#
10 lines
152 B
C#
namespace PepLib
|
|
{
|
|
public class NestDrawing
|
|
{
|
|
public string Name { get; set; }
|
|
|
|
public int QtyRequired { get; set; }
|
|
}
|
|
}
|