我在编码方面还是新手。我正在做一个计算器,但我还想要很多其他的东西。就像 c# WindowsFormsApplication 中的转换计算器、烹饪书和汉字激进字典一样
string[] numList = {"button0","button1","button2", "button3"};//this will have all number and .
for (int i = 0; i < numList.Length; i++)
{
numList[i].Hide();
}
但它告诉我没有“隐藏”的定义,但是当我切换numList[i]
到button0
它时,我不希望每次我添加一些东西comboBox
来修复这个或任何其他方法时都使用相同的 11 控件