Ejemplo n.º 1
0
 public ImportTaskViewItem(ImportTask task)
     : base(new string[4])
 {
     this.Task             = task;
     this.SubItems[0].Text = task.Instrument.Symbol;
     this.Update();
 }
Ejemplo n.º 2
0
 public ImportTaskViewItem(ImportTask task)
   : base(new string[4])
 {
   this.Task = task;
   this.SubItems[0].Text = task.Instrument.Symbol;
   this.Update();
 }