无法类型system.windows.Forms.PaintEventArgs隐式转换为System.windows.Form这个问题怎么解决
代码贴出来看看。你这个应该错得离谱了,尝试把参数转换为窗体。比如说Form1 = e;怀疑你是Form1 = (Form)sender;