示例#1
0
 public DangKyThue()
 {
     InitializeComponent();
     this.ql = new PhongTroBLL();
     this.kt = new KhachThueBLL();
 }
 public KhachThue()
 {
     InitializeComponent();
     this.kt = new KhachThueBLL();
 }