我写了我的方法:LangChange
type
MainForm = partial class(System.Windows.Forms.Form)
private
...
method LangChange();
protected
method Dispose(disposing: Boolean); override;
public
constructor;
end;
implementation
...
method LangChange();
begin
...
end;
但是,我有一个错误 错误 1 (PE33) 方法“Compiler.MainForm.LangChange”的实现缺少 什么是错的?请帮助!