ATMLCommonLibrary.forms.ATMLNavigationWindow.CloseProject C# (CSharp) 메소드

CloseProject() 공개 메소드

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