Ejemplo n.º 1
0
        private void buttonAddNewSite_Click(object sender, EventArgs e)
        {
            if (!CheckSettings())
            {
                return;
            }

            FormAddNewSite addSiteForm = new FormAddNewSite(_vhostsManager,_hostsManager,_XAMPPWebRootPath,_XAMPPInstallDir);
            addSiteForm.ShowDialog(this);
            BuildExistingSiteList();
        }
Ejemplo n.º 2
0
        private void buttonAddNewSite_Click(object sender, EventArgs e)
        {
            if (!CheckSettings())
            {
                return;
            }

            FormAddNewSite addSiteForm = new FormAddNewSite(_vhostsManager,_hostsManager,_XAMPPWebRootPath,_XAMPPInstallDir);
            addSiteForm.ShowDialog(this);
            BuildExistingSiteList();
        }