Example #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     MessageBox.Show(InGameDanmaku.Translate(textBox1.Text));
 }
Example #2
0
 private void textBox1_TextChanged(object sender, EventArgs e)
 {
     InGameDanmaku.UpdateTitle();
 }