Zbiór zmian 256
- Data:
- 2009-01-28 10:16:14 (17 years ago)
- Lokalizacja:
- trunk/BazaReklam
- Pliki:
-
- 2 zmodyfikowane
-
OrderDetails.cs (zmodyfikowane) (1 diff)
-
Properties/AssemblyInfo.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/OrderDetails.cs
r250 r256 1614 1614 else 1615 1615 { 1616 cenaEmisjiButton.Enabled = false;1616 cenaEmisjiButton.Enabled = User.getUser().Login.ToLower().Trim() == "krzyzaniak"; 1617 1617 } 1618 1618 } -
trunk/BazaReklam/Properties/AssemblyInfo.cs
r237 r256 1 1 using System.Reflection; 2 using System.Runtime.CompilerServices;3 2 using System.Runtime.InteropServices; 4 3 … … 31 30 // 32 31 [assembly: AssemblyVersion("1.0.0.0")] 33 [assembly: AssemblyFileVersion("1.0.0.7 2")]32 [assembly: AssemblyFileVersion("1.0.0.73")]
