示例#1
0
 private void InitDate()
 {
     _services = new PlatformServicesClient();
     _services.GetTaskConfigInfoByUserCompleted += new EventHandler <Client.PlatformWS.GetTaskConfigInfoByUserCompletedEventArgs>(_services_GetTaskConfigInfoByUserCompleted);
     //_services.Endpoint.Address = new System.ServiceModel.EndpointAddress("http://localhost:15739/PlatformServices.svc");
     _services.GetTaskConfigInfoByUserAsync(Common.CurrentLoginUserInfo.SysUserID);
 }
示例#2
0
 private void InitDate()
 {
     _services = new PlatformServicesClient();
     _services.GetTaskConfigInfoByUserCompleted += new EventHandler<Client.PlatformWS.GetTaskConfigInfoByUserCompletedEventArgs>(_services_GetTaskConfigInfoByUserCompleted);
     //_services.Endpoint.Address = new System.ServiceModel.EndpointAddress("http://localhost:15739/PlatformServices.svc");
     _services.GetTaskConfigInfoByUserAsync(Common.CurrentLoginUserInfo.SysUserID);
 }