在form1中声明了一个protected的panel,然后想在form2中能访问这个panel,大家看下我的代码哪里错了呢?
 form1:protected Panel panel=new Panel();
form2:this.Contronls.Add(panel);
thanks!