Exemplo n.º 1
0
        public MainWindow()
        {
            InitializeComponent();
            progressBar.IsIndeterminate = true;

            FillListBox();

            scanExeDelegate = ScanExeFull;
            //scanExeDelegate += SecondMet;
            finishScanDelegate = FinishScan;

            Fill();
        }
        public MainWindow()
        {
            InitializeComponent();
            progressBar.IsIndeterminate = true;

            FillListBox();

            scanExeDelegate = ScanExeFull;
            //scanExeDelegate += SecondMet;
            finishScanDelegate = FinishScan;

            Fill();
        }