예제 #1
0
 private void txtName_Leave(object sender, EventArgs e)
 {
     clsProc.GTRUpperCase(txtName.Text.ToString());
 }