TCLCommand.cpp 113 B

12345678910
  1. #include "StdAfx.h"
  2. #include "TCLCommand.h"
  3. TCLCommand::TCLCommand(void)
  4. {
  5. }
  6. TCLCommand::~TCLCommand(void)
  7. {
  8. }