Exemple #1
0
 public DataViewer(parseForm form, List <Report> data, int index)
 {
     InitializeComponent();
     this.form      = form;
     this.data      = data;
     this.index     = index;
     homeLabel.Text = data[index].House;
     homeLabel.Text = data[index].House;
 }
Exemple #2
0
 public WaitForm(parseForm f)
 {
     InitializeComponent();
     f.upload(this);
 }