Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 bunifu 文本转换为按键事件中的发件人
private void TxtName_KeyDown(object sender, KeyEventArgs e) { BunifuTextBox textBox = (BunifuTextBox)sender; }
但我有这个错误