Exemplo n.º 1
0
        //--------------------------------------------------------------
        #region Creation and Cleanup
        //--------------------------------------------------------------

        /// <summary>
        /// Initializes a new instance of the <see cref="ExplorerView"/> class.
        /// </summary>
        public ExplorerView()
        {
            Menu         = new ExplorerViewMenu();
            Menu.Loaded += OnMenuLoaded;
        }
Exemplo n.º 2
0
 //--------------------------------------------------------------
 /// <summary>
 /// Initializes a new instance of the <see cref="ExplorerView"/> class.
 /// </summary>
 public ExplorerView()
 {
     Menu = new ExplorerViewMenu();
     Menu.Loaded += OnMenuLoaded;
 }