txtCustomReplaceSpace() 공개 정적인 메소드

public static txtCustomReplaceSpace ( XylosTextBox txtb ) : void
txtb XylosTextBox
리턴 void
예제 #1
0
 private void txtPassCode_TextChanged(object sender, EventArgs e)
 {
     Utilities.txtCustomReplaceSpace(txtPassCode);
 }
예제 #2
0
 private void txtREmail_TextChanged(object sender, EventArgs e)
 {
     Utilities.txtCustomReplaceSpace(txtREmail);
 }