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