Esempio n. 1
0
	    private void BtnAboutClick(object sender, EventArgs e)
	    {
        	about aboutForm = new about();	
        	aboutForm.ShowDialog();	    		
	    }
Esempio n. 2
0
        private void BtnAboutClick(object sender, EventArgs e)
        {
            about aboutForm = new about();

            aboutForm.ShowDialog();
        }