Beispiel #1
0
 public Form1()
 {
     InitializeComponent();
     config = new ScheduleSetup(6132, 2, 20);
     s1     = new Schedule(config);
 }
Beispiel #2
0
 public Schedule(ScheduleSetup configuraton)
 {
     Configuration = configuraton;
     Iteration     = 0;
     Items         = new List <TradeItem>();
 }