diff --git a/Unit2.cpp b/Unit2.cpp deleted file mode 100644 index 5c647d9..0000000 --- a/Unit2.cpp +++ /dev/null @@ -1,23 +0,0 @@ -//--------------------------------------------------------------------------- - -#include -#pragma hdrstop - -#include "Unit2.h" -//--------------------------------------------------------------------------- -#pragma package(smart_init) -#pragma resource "*.dfm" -TForm2 *Form2; -//--------------------------------------------------------------------------- -__fastcall TForm2::TForm2(TComponent* Owner) - : TForm(Owner) -{ -} -//--------------------------------------------------------------------------- - -void __fastcall TForm2::Button1Click(TObject *Sender) -{ - Form2->Close(); -} -//--------------------------------------------------------------------------- - \ No newline at end of file