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