568
社区成员
发帖
与我相关
我的任务
分享
public string GetName()
{
return "成功";
}
public interface IService
{
[OperationContract]
string GetData();
// 任务: 在此处添加服务操作
}
webhe.Service we = new JudianPDA.webhe.Service();
this.lbl.Text = we.GetResult();