Bozza generazione dati FL da testare...
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user