реструктуризация файлов, добавление вебчатов

This commit is contained in:
PC1\PTyTb
2025-08-14 10:50:33 +03:00
parent 04b5259737
commit 3ac578b6e6
79 changed files with 10256 additions and 1284 deletions
+14
View File
@@ -0,0 +1,14 @@
program SilentPlayer;
uses
System.StartUpCopy,
FMX.Forms,
uSilentPlayer in 'uSilentPlayer.pas' {fPublicPlayer};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfPublicPlayer, fPublicPlayer);
Application.Run;
end.