txtBoxReplaceSpaceNewLine() public static method

public static txtBoxReplaceSpaceNewLine ( TextBox txtb ) : void
txtb System.Windows.Forms.TextBox
return void
Ejemplo n.º 1
0
 private void txtTags_TextChanged(object sender, EventArgs e)
 {
     Utilities.txtBoxReplaceSpaceNewLine(txtTags);
 }