private System.Diagnostics.PerformanceCounter performanceCounter1 [英] private System.Diagnostics.PerformanceCounter performanceCounter1

查看:250
本文介绍了private System.Diagnostics.PerformanceCounter performanceCounter1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用C#编写应用程序。在运行模式下,它在以下语句中显示错误: -



((System.ComponentModel.ISupportInitialize)(this.pictureBox19))。EndInit();

((System.ComponentModel.ISupportInitialize)(this.pictureBox18))。EndInit();

((System.ComponentModel.ISupportInitialize)(this.performanceCounter1))。EndInit( );



在最后一行中它会抛出一个错误: -

private System.Diagnostics.PerformanceCounter performanceCounter1





请帮助.........

I am working on an application in C#. In run mode it shows an error in the following statements:-

((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).EndInit();

In the last line it throws an error as :-
private System.Diagnostics.PerformanceCounter performanceCounter1


please help .........

推荐答案

仅回复删除来自未答复的清单:由OP解决
Answered only to remove from unanswered list: solved by OP


这篇关于private System.Diagnostics.PerformanceCounter performanceCounter1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆