var
  Form2: TForm2;implementationuses Unit1;{$R *.dfm}procedure TForm2.Button1Click(Sender: TObject);
begin
form1.Show;
end;end.unit2引用unit1的问题  点击button1是 出现了 
access violation at address  xxxxxx  in module  的问题  求解 难道是我的unit2引用unit的错误??
form1 为空
form2只有一个Button