コード例 #1
0
ファイル: Event.cs プロジェクト: slowmickey/VISSIMSimulator-2
        public Event()
        {
            EventType = EventFactory.CreateEventType();

            TimeSpan = EventFactory.CreateTimeSpan();
        }