blob: 1d4c040716a09199e344b7c2fe47753241b9974c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "StdAfx.h"
#include "T2Tenant.h"
#include "T2TenantInfoDialog.h"
T2TenantInfoDialog::T2TenantInfoDialog(T2Tenant* inTenant)
: T2EquipInfoDialog(inTenant)
{
}
/*virtual*/ T2TenantInfoDialog::~T2TenantInfoDialog() {
}
|