Beispiel #1
0
        private void button9_Click(object sender, EventArgs e)
        {
            string username = textBox1.Text;

            api.RemoveSparkles(username);
        }