Example #1
0
        public Base()
        {
            InitializeComponent();

            // Inicializace jednotlivých komponent
            _boot = new Boot();           // FBS - First Boot Sequence
            _boot.DetectLibs();           // Detekce knihoven

            _search    = new Search();    // Vyhledávač slov
            _registry  = new Registry();  // Práce s registrama
            _automatic = new Automatic(); // Automatické práce
        }