public static void Show(DhtNetwork network) { var form = new CrawlerForm(network); form.Show(); form.Activate(); }