[C#] 001_MyFirstApp

001_MyFirstApp
 
Code:
private void btnShowMessage_Click( object sender, EventArgs e)    
                {    
                        MessageBox.Show(txtInput.Text, "Hello");    
                }

参考下图:
image

你可能感兴趣的:(职场,休闲,MyFirstApp)