This commit is contained in:
Kathy Ruffing 2008-03-13 12:57:26 +00:00
parent 2393798276
commit e46cda4217
2 changed files with 5 additions and 0 deletions

View File

@ -159,5 +159,10 @@ namespace Volian.Controls.Library
// insert transition. // insert transition.
} }
private void btnInsHrdSpc_Click(object sender, EventArgs e)
{
_MyDisplayRTB.InsertSymbol(@"\u160?");
}
} }
} }