示例#1
0
文件: Form1.cs 项目: the0d3v/Synthax
        private void button16_Click(object sender, EventArgs e)
        {
            string username = textBox1.Text;

            api.RemoveLegs(username);
        }