Zbiór zmian 202

Pokaż
Ignoruj:
Data:
2009-01-19 22:03:55 (17 years ago)
Autor:
dorota
Opis:

#11 naprawiony błąd z liczbą emisji w kalendarzu

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/BazaReklam/KalendarzEmisji.cs

    r104 r202  
    8282 
    8383            dodajButton.Click += dodajButton_Click; 
     84 
    8485        } 
    8586 
     
    118119            nRDataGridView.CellContentClick += nRDataGridView_CellContentClicked; 
    119120 
    120             nRBindingSource.ResetBindings(false); 
     121           // nRBindingSource.ResetBindings(false); 
    121122        } 
    122123 
     
    271272            } 
    272273        } 
     274 
    273275    } 
    274276}