/// <summary> /// Default constructor. /// </summary> public frm_Main() { InitUI(); m_pLicenseAgreementUI = new frm_LicenseAgreement(this); m_pInstallLocationUI = new frm_InstallationLocation(this); m_pAPI_UI = new frm_API_UI(this); m_pInstallUI = new frm_InstallUI(this); m_pFrame.Controls.Add(m_pLicenseAgreementUI); }