/// <remarks/> public void CapNhatPhongAsync(Phong PhongClient) { this.CapNhatPhongAsync(PhongClient, null); }
/// <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); }
/// <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); }
public bool CapNhatPhong(Phong PhongClient) { object[] results = this.Invoke("CapNhatPhong", new object[] { PhongClient}); return ((bool)(results[0])); }
/// <remarks/> public void ThemPhongAsync(Phong gv) { this.ThemPhongAsync(gv, null); }
public bool ThemPhong(Phong gv) { object[] results = this.Invoke("ThemPhong", new object[] { gv}); return ((bool)(results[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); }
/// <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); }
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])); }