Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TForm1 *Form1;
- int a = 5;
- ---------------------------------------------------------------------
- Form2
- #include "Unit2.h"
- #include "Unit1.h"
- #pragma package(smart_init)
- #pragma resource "*.dfm"
- TForm2 *Form2;
- extern int a;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement