C#MVP例子[STAThread]staticvoidMain(){Application.EnableVisualStyles();Application.SetCompatibleTextRenderingDefault(false);varpresenter=newPresenter();varviewForm=newViewForm();viewForm.RegisterPresenterEventHandlers(presenter);