Ejemplo n.º 1
0
        public MainForm()
        {
            InitializeComponent();
            IconDownloader.Init();
            Instance = this;

            toolStripProgressBar.Visible = false;
            toolStripStatusLabel.Visible = false;
            programFinder = new ProgramFinder();
            programFinder.StartSearch();
        }
Ejemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     ProgramFinder programFinder = new ProgramFinder();
     programFinder.StartSearch();
 }