예제 #1
0
        //
        // Static Methods
        //

        static public string[] GetFileNames(string path)
        {
            using (var userStorage = new UserStorage())
            {
                return(userStorage.GetFiles(path));
            }
        }
예제 #2
0
        //
        // Static Methods
        //

        static public string[] GetFileNames(string path)
        {
            using (var userStorage = new UserStorage())
            {
                return userStorage.GetFiles(path);
            }
        }