예제 #1
0
 private void ClickPlay(object sender, EventArgs e)
 {
     pet.SetStatus(Status.Playing);
     labelStatus.Text  = "Playing";
     pictureBox1.Image = Properties.Resources.playing;
     CheckData();
 }