Files
spring-net/build-support/installer/installaware/Spring.NET-1.2/registration.dfm.miaf
2008-08-04 20:14:18 +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;