Pokaż
Ignoruj:
Data:
2009-03-24 12:01:24 (17 years ago)
Autor:
marek
Opis:

re #134

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/TruckExpoCDN/Program.cs

    r415 r479  
    11using System; 
    2 using System.Collections.Generic; 
    32using System.Windows.Forms; 
    43 
     
    1514            Application.EnableVisualStyles(); 
    1615            Application.SetCompatibleTextRenderingDefault(false); 
    17  
    18             //Logowanie logowanie = new Logowanie(); 
    19  
    20            // if (logowanie.ShowDialog() == DialogResult.OK) 
    21            // { 
    22               //  Application.Run(new Form1()); 
    23            // } 
    24  
    2516            Application.Run(new ExportForm()); 
    2617        }