static void Main() { WoWTorrent wtorrent = new WoWTorrent(); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new MainWindow(wtorrent)); wtorrent.Stop(); }
private void MainWindowClosing(object sender, EventArgs e) { updaterThread.Abort(); wtorrent.Stop(); }