Usuń 'Unit2.cpp'
This commit is contained in:
parent
6ecdec3bb9
commit
b327989404
23
Unit2.cpp
23
Unit2.cpp
@ -1,23 +0,0 @@
|
|||||||
//---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#include <vcl.h>
|
|
||||||
#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();
|
|
||||||
}
|
|
||||||
//---------------------------------------------------------------------------
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user