567
社区成员




public string GetName()
{
return "成功";
}
public interface IService
{
[OperationContract]
string GetData();
// 任务: 在此处添加服务操作
}
webhe.Service we = new JudianPDA.webhe.Service();
this.lbl.Text = we.GetResult();