예제 #1
0
 void DeleteExecute(object obj)
 {
     CurrentPerson.DeletePerson();
     PersonList.Remove(CurrentPerson);
 }