事件之间如何互相调用?请帮个忙: 用C#,我想在timeer_click(...)事件调用onpaint(....)画图事件?[解决办法]timmer_click(){ onPaint(this,null);}[解决办法]this.Invalidate(); 此方面会触发Paint()事件.