Exemplo n.º 1
0
        public void AddSimplePath_Test()
        {
            string path = "D:\\";

            FileListView fileListView = new FileListView();

            fileListView.AddFilesView(path);
        }
Exemplo n.º 2
0
        public void AddNullPath_Test()
        {
            string path = null;

            FileListView fileListView = new FileListView();

            fileListView.AddFilesView(path);
        }