Bozza generazione dati FL da testare...

This commit is contained in:
Samuele Locatelli
2023-05-04 18:48:29 +02:00
parent 21af7a1423
commit b11f14b235
2 changed files with 96 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
namespace MapoDataFiller
{
public class SimBlock
{
#region Public Properties
public List<string> EvList { get; set; } = new List<string>();
public List<string> FlList { get; set; } = new List<string>();
#endregion Public Properties
}
}