本文介绍了抱歉问这个基本的语法,但是,的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这段代码是什么意思?



私有System.Windows.Forms.Button button1;



private System.Windows.Forms.PictureBox pictureBox1;



看起来基本......因为无论怎么努力击中f12 ......导致这段代码。 ..

what does this code means?

private System.Windows.Forms.Button button1;
or
private System.Windows.Forms.PictureBox pictureBox1;

it seems basics.... because no matter how hard hitting f12... resulted in this code...

推荐答案


这篇关于抱歉问这个基本的语法,但是,的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 06:50