diff --git a/mdl/m_protocol_ymodem.pas b/mdl/m_protocol_ymodem.pas new file mode 100644 index 0000000..bba56dd --- /dev/null +++ b/mdl/m_protocol_ymodem.pas @@ -0,0 +1,16 @@ +Unit m_Protocol_YModem; + +{$I M_OPS.PAS} + +Interface + +Uses + m_Protocol_Xmodem; + +Type + TProtocolYmodem = Class(TProtocolXmodem) + End; + +Implementation + +End. \ No newline at end of file