кодген переписан по новому принципу

This commit is contained in:
2025-02-18 00:10:53 +03:00
parent 7897557dbc
commit e492cf2541
2 changed files with 65 additions and 52 deletions
+2 -2
View File
@@ -1,4 +1,5 @@
using System.Collections.Frozen;
using mROA.Abstract;
using mROA.Implementation;
using mROA.Implementation.Attributes;
@@ -12,5 +13,4 @@ public interface IPrinterFactory
SharedObject<IPrinter> GetPrinterByName(string printerName);
string[] CollectAllNames();
}
}