Files
spring-net/build-support/installer/installaware/Spring.NET-1.3/registration.dfm.miaf
2009-12-11 20:32:35 +00:00

5 lines
202 B
Plaintext

IF (Name.Text <> ) THEN Next.Enabled := True;
IF (Company.Text <> ) THEN Next.Enabled := True;
IF (Name.Text = ) THEN Next.Enabled := False;
IF (Company.Text = ) THEN Next.Enabled := False;