Units renamed & Chart refactored

This commit is contained in:
Michael Schimmel
2025-07-14 15:07:36 +02:00
parent 661faba75c
commit d0ad547aa3
20 changed files with 340 additions and 1050 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ type
implementation
uses
Myc.Core.Futures;
Myc.Core.Future;
constructor TFuture<T>.Create(const AFuture: IFuture);
begin