Files
Rootvin-pluginHDCRTN/libSys/plgBrowse.pas
2025-05-21 21:06:33 +02:00

26 lines
458 B
ObjectPascal

unit plgBrowse;
interface
uses
plgType;
var
Cplg_SeznamVychozichNastaveniBrowse : array[TplgBrowse] of TplgVychoziNastaveniBrowse =
(
(SelfIdent : bZadny;
)
//last
);
{ =========================================================================== }
implementation
{ ########################################################################### }
{ ########################################################################### }
end.