Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / FileEntry.cs @ 9bae55d1

History | View | Annotate | Download (160 Bytes)

1
namespace Pithos.Client.WPF
2
{
3
    public class FileEntry
4
    {
5
        public string FileName { get; set; }
6
        public string FullPath { get; set; }
7
    }
8
}