Index: trunk/TruckExpoCDN/Program.cs
===================================================================
--- trunk/TruckExpoCDN/Program.cs (revision 415)
+++ trunk/TruckExpoCDN/Program.cs (revision 479)
@@ -1,4 +1,3 @@
 using System;
-using System.Collections.Generic;
 using System.Windows.Forms;
 
@@ -15,12 +14,4 @@
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
-
-            //Logowanie logowanie = new Logowanie();
-
-           // if (logowanie.ShowDialog() == DialogResult.OK)
-           // {
-              //  Application.Run(new Form1());
-           // }
-
             Application.Run(new ExportForm());
         }
