Unit m_Protocol_XModem;
{$I M_OPS.PAS}
Interface
Uses
m_Protocol_Base;
Type
TProtocolXmodem = Class(TProtocolBase)
End;
Implementation
End.