public MainForm() { InitializeComponent(); IconDownloader.Init(); Instance = this; toolStripProgressBar.Visible = false; toolStripStatusLabel.Visible = false; programFinder = new ProgramFinder(); programFinder.StartSearch(); }
private void button1_Click(object sender, EventArgs e) { ProgramFinder programFinder = new ProgramFinder(); programFinder.StartSearch(); }