Added Toolbox to manage tools

This commit is contained in:
AJ
2023-01-14 08:39:01 -05:00
parent 2af0c5967f
commit 2ce685bb83
5 changed files with 80 additions and 50 deletions

View File

@@ -42,7 +42,7 @@ namespace SawCut
/// </summary>
public double Utilization
{
get { return UsedLength / Length; }
get { return UsedLength / Length; }
}
public override string ToString()