コード例 #1
0
ファイル: Form1.cs プロジェクト: the0d3v/Synthax
        private void button21_Click_4(object sender, EventArgs e)
        {
            string id = textBox3.Text;

            api.PlaySoundInGame(id);
        }