コード例 #1
0
ファイル: thongketourform.cs プロジェクト: benzi96/tourdulich
 public thongketourform()
 {
     InitializeComponent();
     tktbus = new thongketourbus();
     comboBox1.DataSource    = new BindingSource(gtbus.listt(), null);
     comboBox1.DisplayMember = "Value";
     comboBox1.ValueMember   = "Key";
 }
コード例 #2
0
 public tinhhinhhoatdongtourform()
 {
     InitializeComponent();
     tktbus = new thongketourbus();
 }