我正在.Net C# 中构建应用程序。我不小心双击了我的应用程序中的文本框,并且正在创建一个 textbox_click 函数,我删除了该函数,因为我不需要它但是当我运行我的应用程序时有一个:
Error 1 'Bond_Yield_Calculator.BaseForm' does not contain a definition for 'textBox5_TextChanged' and no extension method 'textBox5_TextChanged' accepting a first argument of type 'Bond_Yield_Calculator.BaseForm' could be found (are you missing a using directive or an assembly reference?) C:\Users\Alex Chan\documents\visual studio 2010\Projects\Bond Yield Calculator\Bond Yield Calculator\BaseForm.Designer.cs 139 77 Bond Yield Calculator
错误,我该如何解决?