コード例 #1
0
ファイル: frmMain.cs プロジェクト: aureliopires/gisa
		private void StatusBar_DoubleClick(object sender, System.EventArgs e)
		{
			if (panelClicked == StatusBarPanelHelp)
			{
				FormGISAAbout tempWith1 = new FormGISAAbout();
				tempWith1.ShowDialog(this);
			}
		}
コード例 #2
0
ファイル: frmMain.cs プロジェクト: aureliopires/gisa
		private void MenuItemAbout_Click(object sender, System.EventArgs e)
		{
			FormGISAAbout tempWith1 = new FormGISAAbout();
			tempWith1.ShowDialog(this);
		}
コード例 #3
0
ファイル: frmMain.cs プロジェクト: aureliopires/gisa
		private void mnuAjudaAcercaDe_Click(object sender, System.EventArgs e)
		{
			FormGISAAbout tempWith1 = new FormGISAAbout();
			tempWith1.ShowDialog(this);
		}