aboutsummaryrefslogtreecommitdiffstats
path: root/apps/windoze/CBuilder5/InstallMgr/UninstallFrm.cpp
blob: 98a97d9ecf9bf1c62235d6ef2ad418959ea92b3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop

#include "UninstallFrm.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TUninstallForm *UninstallForm;
//---------------------------------------------------------------------------
__fastcall TUninstallForm::TUninstallForm(TComponent* Owner)
	: TForm(Owner)
{
}
//---------------------------------------------------------------------------