- Data:
- 2009-03-13 16:05:04 (17 years ago)
- Lokalizacja:
- branches/TruckExpo/BrMerger
- Pliki:
-
- 2 zmodyfikowane
-
Form1.Designer.cs (zmodyfikowane) (1 diff)
-
Form1.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/TruckExpo/BrMerger/Form1.Designer.cs
r438 r445 41 41 this.button1.Size = new System.Drawing.Size(75, 23); 42 42 this.button1.TabIndex = 0; 43 this.button1.Text = " button1";43 this.button1.Text = "Start"; 44 44 this.button1.UseVisualStyleBackColor = true; 45 45 this.button1.Click += new System.EventHandler(this.button1_Click); -
branches/TruckExpo/BrMerger/Form1.cs
r438 r445 33 33 try 34 34 { 35 // zamowienia 36 // mapowanie kont, id_konta 37 // ustawienie idFaktiry w [UKAZE SIE ...] 38 35 39 string connectionString = "Data Source=sql.ct.com.pl;Initial Catalog=BAZA_REKLAM;Persist Security Info=True;User ID=wwwadmin;Password=adm1648"; 36 40
