AcFdUiFieldFormatList.h 768 B

1234567891011121314151617181920212223242526
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright 2015 Autodesk, Inc. All rights reserved.
  4. //
  5. // Use of this software is subject to the terms of the Autodesk license
  6. // agreement provided at the time of installation or download, or which
  7. // otherwise accompanies this software in either electronic or hard copy form.
  8. //
  9. //////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Name: AcFdUiFieldFormatList.h
  12. //
  13. // Description:
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. #pragma once
  17. #include "AcFdUiFormatList.h"
  18. class ACFDUI_PORT CAcFdUiFieldFormatList : public CAcFdUiFormatList
  19. {
  20. DECLARE_DYNAMIC(CAcFdUiFieldFormatList)
  21. };