Exemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     MessageBox.Show(XiaoNiu.TranslateWord("how are you."));
 }
Exemplo n.º 2
0
 static string Translate(string text)
 {
     return("(" + XiaoNiu.TranslateWord(text) + ")");
 }