예제 #1
0
 /// <summary>
 /// Initializes the ExplorerBorwser WinForms wrapper.
 /// </summary>
 public ExplorerBrowser()
     : base()
 {
     NavigationOptions = new ExplorerBrowserNavigationOptions(this);
     ContentOptions = new ExplorerBrowserContentOptions(this);
     NavigationLog = new ExplorerBrowserNavigationLog(this);
 }
예제 #2
0
        /// <summary>
        /// Initializes the ExplorerBorwser WinForms wrapper.
        /// </summary>
        public ExplorerBrowser()
            : base()
        {
            NavigationOptions = new ExplorerBrowserNavigationOptions(this);
            ContentOptions = new ExplorerBrowserContentOptions(this);
            NavigationLog = new ExplorerBrowserNavigationLog(this);

            collectionStateUpdateTimer = new System.Windows.Forms.Timer();
            collectionStateUpdateTimer.Tick += new EventHandler(TestForCollectionUpdate);
            collectionStateUpdateTimer.Interval = 100;
            collectionStateUpdateTimer.Start();
        }
예제 #3
0
        /// <summary>
        /// Initializes the ExplorerBorwser WinForms wrapper.
        /// </summary>
        public ExplorerBrowser()
            : base()
        {
            NavigationOptions = new ExplorerBrowserNavigationOptions(this);
            ContentOptions = new ExplorerBrowserContentOptions(this);
            NavigationLog = new ExplorerBrowserNavigationLog(this);
            //Checktmr.Interval = 100;
            //Checktmr.Tick += new EventHandler(Checktmr_Tick);
            //Checktmr.Start();

            
        }