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