コード例 #1
0
		public SimulationExecutionService() : base()
		{
			this.entries = new OrderEntryList();
			this.orders = new List<OrderEntry>();
			this.zpaevs5ZvV();
			ServiceManager.Add(this);
			ServiceManager.ExecutionSimulator = this;
		}
コード例 #2
0
 public SimulationExecutionService() : base()
 {
     this.entries = new OrderEntryList();
     this.orders  = new List <OrderEntry>();
     this.zpaevs5ZvV();
     ServiceManager.Add(this);
     ServiceManager.ExecutionSimulator = this;
 }