Beispiel #1
0
        private void BTN_FixName_Click(object sender, EventArgs e)
        {
            Button tmpbutton = (Button)sender;
            string tag       = tmpbutton.Tag.ToString();

            string[] tags = tag.Split(new char[] { ',' });
            ODE.FixName          = (PPFixName)Convert.ToInt32(tags[0]);
            LB_FixNameValue.Text = tags[1];
            if (CB_Sound.Checked)
            {
                Voicer.Play(ODE.FixName);
            }
        }
Beispiel #2
0
 private void PN_Egg_Click(object sender, EventArgs e)
 {
     Voicer.PlayEgg();
 }