EdClasses.ClassDefinitions.EdSystem.EdSystem C# (CSharp) Method

EdSystem() public method

public EdSystem ( ) : System.Collections.Generic
return System.Collections.Generic
        public EdSystem()
        {
            Stations = new List<IEdStation>();
        }
        public int Id { get; set; } //Predefined, also defined in log
EdSystem