ATMLCommonLibrary.forms.ATMLNavigationWindow.CloseProject C# (CSharp) Method

CloseProject() public method

public CloseProject ( ) : void
return void
        public void CloseProject()
        {
            testSetNavigationTree.Nodes.Clear();
            _testProgramSetName = null;
            _navigator.ClearFiles();
            if (_fileSystemWatcher != null)
            {
                _fileSystemWatcher.EnableRaisingEvents = false;
                _fileSystemWatcher = null;
            }
        }