C# neovládam, takže neviem či som pochopil:
Delphi:
type
TForm2 = class(TForm)
private
{ Private declarations }
const max: integer = 10;
public
{ Public declarations }
end;
C# neovládam, takže neviem či som pochopil:
Delphi:
type
TForm2 = class(TForm)
private
{ Private declarations }
const max: integer = 10;
public
{ Public declarations }
end;