コード例 #1
0
 public ThongKeTheoSpUPresentation()
 {
     InitializeComponent();
     cboThang.ItemsSource = ThongKeBusiness.DsThang();
 }
コード例 #2
0
 public ThongKeTheoHoaDon()
 {
     InitializeComponent();
     //cbo tháng
     cboThang.ItemsSource = ThongKeBusiness.DsThang();
 }