Exemple #1
0
 /// <remarks/>
 public void CapNhatPhongAsync(Phong PhongClient) {
     this.CapNhatPhongAsync(PhongClient, null);
 }
Exemple #2
0
 /// <remarks/>
 public void CapNhatPhongAsync(Phong PhongClient, object userState) {
     if ((this.CapNhatPhongOperationCompleted == null)) {
         this.CapNhatPhongOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCapNhatPhongOperationCompleted);
     }
     this.InvokeAsync("CapNhatPhong", new object[] {
                 PhongClient}, this.CapNhatPhongOperationCompleted, userState);
 }
Exemple #3
0
 /// <remarks/>
 public void ThemPhongAsync(Phong gv, object userState) {
     if ((this.ThemPhongOperationCompleted == null)) {
         this.ThemPhongOperationCompleted = new System.Threading.SendOrPostCallback(this.OnThemPhongOperationCompleted);
     }
     this.InvokeAsync("ThemPhong", new object[] {
                 gv}, this.ThemPhongOperationCompleted, userState);
 }
Exemple #4
0
 public bool CapNhatPhong(Phong PhongClient) {
     object[] results = this.Invoke("CapNhatPhong", new object[] {
                 PhongClient});
     return ((bool)(results[0]));
 }
Exemple #5
0
 /// <remarks/>
 public void ThemPhongAsync(Phong gv) {
     this.ThemPhongAsync(gv, null);
 }
Exemple #6
0
 public bool ThemPhong(Phong gv) {
     object[] results = this.Invoke("ThemPhong", new object[] {
                 gv});
     return ((bool)(results[0]));
 }
Exemple #7
0
 /// <remarks/>
 public void GenerateTKBAsync(string namHoc, ChiTietTKB[][] arrTKB1, MonHoc[] dsMonHoc, Lop[] dsLop, Phong[] dsPhong, GiaoVien[] dsGiaoVien, object userState) {
     if ((this.GenerateTKBOperationCompleted == null)) {
         this.GenerateTKBOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGenerateTKBOperationCompleted);
     }
     this.InvokeAsync("GenerateTKB", new object[] {
                 namHoc,
                 arrTKB1,
                 dsMonHoc,
                 dsLop,
                 dsPhong,
                 dsGiaoVien}, this.GenerateTKBOperationCompleted, userState);
 }
Exemple #8
0
 /// <remarks/>
 public void GenerateTKBAsync(string namHoc, ChiTietTKB[][] arrTKB1, MonHoc[] dsMonHoc, Lop[] dsLop, Phong[] dsPhong, GiaoVien[] dsGiaoVien) {
     this.GenerateTKBAsync(namHoc, arrTKB1, dsMonHoc, dsLop, dsPhong, dsGiaoVien, null);
 }
Exemple #9
0
 public bool GenerateTKB(string namHoc, [System.Xml.Serialization.XmlArrayItemAttribute("ArrayOfChiTietTKB")] [System.Xml.Serialization.XmlArrayItemAttribute(NestingLevel=1)] ChiTietTKB[][] arrTKB1, MonHoc[] dsMonHoc, Lop[] dsLop, Phong[] dsPhong, GiaoVien[] dsGiaoVien) {
     object[] results = this.Invoke("GenerateTKB", new object[] {
                 namHoc,
                 arrTKB1,
                 dsMonHoc,
                 dsLop,
                 dsPhong,
                 dsGiaoVien});
     return ((bool)(results[0]));
 }