refactor: move Fraction from OpenNest.IO.Bom to OpenNest.Math

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 10:33:57 -04:00
parent 4cecaba83a
commit ceb9cc0b44
3 changed files with 48 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
using OpenNest.IO.Bom;
using OpenNest.Math;
using System;
using System.Drawing;
using System.Text;