Esempio n. 1
0
 public MainForm()
 {
     InitializeComponent();
     asf = new AutoSizeForm();
     this.dateTimePickerStartOff.CustomFormat = "yyyy-MM-dd";
     httpReqProc = new HttpRequestProcess();
     this.comboBoxStartStation.Items.Add("BJP");
     this.comboBoxStartStation.SelectedIndex = 0;
     this.comboBoxEndStation.Items.Add("WHN");
     this.comboBoxEndStation.SelectedIndex = 0;
 }