Exemple #1
0
        /// <summary>
        /// Reset the tree with preferred project selected and a blank commandline
        /// </summary>

        public void ResetTreeAndCommandLine()
        {
            QuickSearchPopup.Hide();

            CommandLineControl.Text = "";
            CommandLineControl.ClosePopup();

            ContentsTreeCtl.RefillTree();

            CommandLineControl.Focus();             // do last

            return;
        }