示例#1
0
        public NimbusMain(NimbusTheme theme)
            : base(theme)
        {
            InitializeComponent();
            splash = new Splash(theme);
            splash.Show();
#if DEBUG
            ConsoleManager.Show();
#endif

            SetSettings();
            RenewRegistry();
            InitialiseFactory();
            SetEvents();
            CreateContextMenu();
            ConfigureCaptionButtons();
            ConfigureNotifyIcon();



            ConfigureControls();
            ShowCollection();
            brwLibrary.Navigate(Globals.Homepage);
            //brwLibrary.Navigate("http://svn.thethoughtradar.com/test.html");
            //brwLibrary.Navigate("http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/overflow-scrollbar-combinations.html");
            CheckForUpdatesDelegate chk = new CheckForUpdatesDelegate(CheckForUpdates);
            chk.BeginInvoke(null, null);
        }
示例#2
0
        public NimbusMain(NimbusTheme theme)
            : base(theme)
        {
            InitializeComponent();
            splash = new Splash(theme);
            splash.Show();
            #if DEBUG
            ConsoleManager.Show();
            #endif

            SetSettings();
            RenewRegistry();
            InitialiseFactory();
            SetEvents();
            CreateContextMenu();
            ConfigureCaptionButtons();
            ConfigureNotifyIcon();

            ConfigureControls();
            ShowCollection();
            brwLibrary.Navigate(Globals.Homepage);
            //brwLibrary.Navigate("http://svn.thethoughtradar.com/test.html");
            //brwLibrary.Navigate("http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/overflow-scrollbar-combinations.html");
            CheckForUpdatesDelegate chk = new CheckForUpdatesDelegate(CheckForUpdates);
            chk.BeginInvoke(null, null);
        }