摘要: 添加Microsoft.Win32程序集 private void OnOpenFile(object sender, EventArgs e) { OpenFileDialog openFileDialog = new OpenFileDialog(); openFileDialog.Title 阅读全文
posted @ 2020-06-27 10:21 南风小斯 阅读(2903) 评论(0) 推荐(0)
摘要: 首先发布了一个名为PersonService的WCF服务。服务契约如下: [ServiceContract] public interface IPersonService { [OperationContract] string GetPersonName(string name); [Opera 阅读全文
posted @ 2020-06-27 08:39 南风小斯 阅读(1624) 评论(0) 推荐(0)