static void Main() { t = new Thread(new ThreadStart(FormProc)); t.Start(); ReflectorAdmin admin = new ReflectorAdmin(); Application.Run(); }