示例#1
0
 private void button_removeParticipants_MouseUp(object sender, MouseEventArgs e)
 {
     this.button_RemoveParticipants.Image = global::Azar.Properties.Resources.buttonRemove;
     listManager.DeleteParticipant();
 }