只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-05-06 15:23 小菜鸟大神 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 主要目的:需要在业务逻辑层调用UI的弹框提示信息代码是在记事本中写的,没有运行调试过,不保证能直接使用,看下思路就好 //接口public interface IShowData { void ShowMsg(string msg); } //UI层 public class ShowUI:IShowData { public void ShowMsg(string ... 阅读全文
posted @ 2019-05-06 14:57 小菜鸟大神 阅读(1310) 评论(0) 推荐(0) 编辑