示例#1
0
	    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();
        }