Files
StructureHelper/Infrastructure/UI/Converters/Units/UnitConstatnts.cs
2022-10-30 18:58:51 +05:00

14 lines
291 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StructureHelper.Infrastructure.UI.Converters.Units
{
internal static class UnitConstatnts
{
public static double LengthConstant = 1000d;
}
}