コード例 #1
0
ファイル: _frmViewer.cs プロジェクト: fieldbob/CNCInfusion
	    private void BtnAboutClick(object sender, EventArgs e)
	    {
        	about aboutForm = new about();	
        	aboutForm.ShowDialog();	    		
	    }
コード例 #2
0
        private void BtnAboutClick(object sender, EventArgs e)
        {
            about aboutForm = new about();

            aboutForm.ShowDialog();
        }