C#MVP模式最小的例子
C#MVP例子[STAThread]staticvoidMain(){Application.EnableVisualStyles();Application.SetCompatibleTextRenderingDefault(false);varpresenter=newPresenter();varviewForm=newViewForm();viewForm.RegisterPresenterEventHandlers(presenter);
下载地址
用户评论
谢谢分享,正好学习
zipx 改成zip 就可以了。
zipx格式呀,解压不了
借鉴借鉴,看看是不是我需要的