Ejemplo n.º 1
0
 public thongketourform()
 {
     InitializeComponent();
     tktbus = new thongketourbus();
     comboBox1.DataSource    = new BindingSource(gtbus.listt(), null);
     comboBox1.DisplayMember = "Value";
     comboBox1.ValueMember   = "Key";
 }
Ejemplo n.º 2
0
 public tinhhinhhoatdongtourform()
 {
     InitializeComponent();
     tktbus = new thongketourbus();
 }