Ejemplo n.º 1
0
 private void tileSearchTextbox_OnSubmit(string text, Textbox sender)
 {
     BuildTileList(text);
 }
Ejemplo n.º 2
0
 private void input_OnSubmit(string text, Textbox sender)
 {
     AddLine("> " + text, new Color(255, 250, 240));
     ProcessCommand(text);
 }