Упорядочивание проекта и синхронизация с BGC-C

This commit is contained in:
Andrey Pokidov 2025-11-26 22:44:31 +07:00
parent a072da442e
commit 791fda6a7f
38 changed files with 1838 additions and 650 deletions

View file

@ -3,7 +3,7 @@ using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Numerics;
using BasicGeometry;
using BGC;
public static class Program
{