#ifndef T2DLL_T2TENANTINFODIALOG_H #define T2DLL_T2TENANTINFODIALOG_H #include "../common.h" #include "T2EquipInfoDialog.h" class AFX_CLASS_EXPORT T2TenantInfoDialog : public T2EquipInfoDialog { public: T2TenantInfoDialog(T2Tenant* inTenant); virtual ~T2TenantInfoDialog(); T2Tenant* GetTenant() const { return (T2Tenant *) mObject; } T2TenantDef* GetTenantDef() const { return (T2TenantDef *) mEquipDef; } }; #endif