- Data:
- 2009-07-21 12:10:34 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/BazaReklam/Logowanie.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/Logowanie.cs
r755 r756 41 41 if (string.IsNullOrEmpty(textBox1.Text.Trim()) || string.IsNullOrEmpty(textBox2.Text.Trim())) return; 42 42 43 komunikatLabel.Text = "";43 komunikatLabel.Text = string.Empty; 44 44 45 45 Cursor = Cursors.WaitCursor;
