private void StatusBar_DoubleClick(object sender, System.EventArgs e) { if (panelClicked == StatusBarPanelHelp) { FormGISAAbout tempWith1 = new FormGISAAbout(); tempWith1.ShowDialog(this); } }
private void MenuItemAbout_Click(object sender, System.EventArgs e) { FormGISAAbout tempWith1 = new FormGISAAbout(); tempWith1.ShowDialog(this); }
private void mnuAjudaAcercaDe_Click(object sender, System.EventArgs e) { FormGISAAbout tempWith1 = new FormGISAAbout(); tempWith1.ShowDialog(this); }