Esempio n. 1
0
        protected override IStation OnCreate(IStationSource stationSource)
        {
            TStation station = new TStation();
            station.Name = "name from station factory:" + n++;
            station.Guid = stationSource.Guid;
            station.CommuniPortConfig = A;
            station.Spu = this.Spu;
            station.StationType = this.Spu.StationType;

            return station;
        }
Esempio n. 2
0
        protected override IStation OnCreate(IStationSource stationSource)
        {
            TStation station = new TStation();

            station.Name = "name from station factory:" + n++;
            station.Guid = stationSource.Guid;
            station.CommuniPortConfig = A;
            station.Spu         = this.Spu;
            station.StationType = this.Spu.StationType;

            return(station);
        }