initial commit
This commit is contained in:
14
한국투자증권(API)/legacy/websocket/delphi/KISWebSocket.dpr
Normal file
14
한국투자증권(API)/legacy/websocket/delphi/KISWebSocket.dpr
Normal file
@@ -0,0 +1,14 @@
|
||||
program KISWebSocket;
|
||||
|
||||
uses
|
||||
Vcl.Forms,
|
||||
MainForm in 'MainForm.pas' {Form1};
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.MainFormOnTaskbar := True;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
end.
|
||||
Reference in New Issue
Block a user