- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有这个错误:
Error 1 'johny.Form1' does not contain a definition for 'Form1_Load' and no extension method 'Form1_Load' accepting a first argument of type 'johny.Form1' could be found (are you missing a using directive or an assembly reference?)
这是我从表单设计者那里得到的代码:
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(456, 411);
this.Controls.Add(this.l6);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
错误来自这一行:
this.Load += new System.EventHandler(this.Form1_Load);
最佳答案
错误告诉您您的 Form1
类中没有 Form1_Load
方法,而您正在尝试使用一个方法。
如果您在首次加载表单时不需要进行任何初始化,请删除该行,或者确保您有初始化(符合 EventHandler
委托(delegate)的签名)。
关于c# - 'johny.Form 1' does not contain a definition for ' Form1_Load',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14172404/
我有一个加载器函数,每当用户访问页面时都会过度调用它。自然,我只需要它在每个页面请求中运行一次,而是多次调用。之前 _load() 只用 MENU_CALLBACK 运行了两次,然后我用默认的 MEN
我是 python 新手,我正在尝试使用 geopandas 库。我已经使用以下方法安装了该软件包: conda install -c conda-forge geopandas 但是当我尝试导入库时
我想更改 page_load 上的 og:image 属性。 这是我当前的代码: HtmlMeta tag2 = new HtmlMeta(); tag2.Attributes.Add("proper
我已经有这个用户了..活跃并在 3 个主表中运行,即 jos_user,以及 joomla 的其他 2 个 acro_ 和 acro_map...当我使用组件中的联系按钮时,我收到此错误... 下面是
我有一个 Joomla 1.6 安装,它在两个数据库上运行:joomla 的数据库和域特定的数据库,它们都在同一个 MySQL 服务器上。域特定数据库中的某些实体保留其所有权链接,即存储创建它的 Jo
我是一名优秀的程序员,十分优秀!