0
我寫我的方法: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 「缺少 什麼是錯的?請幫助!