3839404142434445
public class AcceptLicenseCtrl extends PanelController { private String helpFile; public AcceptLicenseCtrl() { super("AcceptLicense", new AcceptLicense()); helpFile = "String_Helpfile_AcceptLicense"; }
3132333435363738
3536373839404142
4243444546474849