Beispiel #1
0
 public void deleteChatroom(Chatroom chatroom)
 {
     list.Remove(chatroom);
     DataStore.UpdateLocalChatrooms(list);
 }