所以在我解决我的问题之前,我有一些事情要指出。- 它们采用相同的形式 - 常规按钮工作 - 这是在按下按钮时被激活所以我的错误是'ToolStripButton' does not contain a definition for 'Show' and no extension method 'Show' accepting a first arguement of type 'ToolStripButton' could be found (are you missing a using directive or assembly reference)
然后我在 C# 上真的很笨,我可能在使用系统的东西时缺少 ac# 但我不知道是什么. 这是我所有的用途
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Text.RegularExpressions;
using System.IO;
好的,最后这里是我的错误的一个 gyazo https://gyazo.com/bc25c1c9430c46a24bbf4066ad5d1c62 谢谢大家感谢不要讨厌我从 c# 培训开始!PS。我试图使我的标签尽可能具体,请不要讨厌它:P