Exemple #1
0
 public void ShowNotifications()
 {
     if (roundDebater == null)
     {
         return;
     }
     // we only have conflicts as notifications
     btnConflict.SetRoomConflict(roundDebater.GetConflict());
 }