1234567891011121314151617181920212223242526 |
- //////////////////////////////////////////////////////////////////////////////
- //
- // Copyright 2015 Autodesk, Inc. All rights reserved.
- //
- // Use of this software is subject to the terms of the Autodesk license
- // agreement provided at the time of installation or download, or which
- // otherwise accompanies this software in either electronic or hard copy form.
- //
- //////////////////////////////////////////////////////////////////////////////
- //
- // Name: AcFdUiFieldFormatList.h
- //
- // Description:
- //
- //////////////////////////////////////////////////////////////////////////////
- #pragma once
- #include "AcFdUiFormatList.h"
- class ACFDUI_PORT CAcFdUiFieldFormatList : public CAcFdUiFormatList
- {
- DECLARE_DYNAMIC(CAcFdUiFieldFormatList)
- };
|