mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(SubDirEntry): class is defined as part of GameRes filesystem layer now.
This commit is contained in:
11
ViewModel.cs
11
ViewModel.cs
@@ -39,17 +39,6 @@ using GARbro.GUI.Strings;
|
|||||||
|
|
||||||
namespace GARbro.GUI
|
namespace GARbro.GUI
|
||||||
{
|
{
|
||||||
public class SubDirEntry : GameRes.Entry
|
|
||||||
{
|
|
||||||
public override string Type { get { return "directory"; } }
|
|
||||||
|
|
||||||
public SubDirEntry (string name)
|
|
||||||
{
|
|
||||||
Name = name;
|
|
||||||
Size = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public class DirectoryViewModel : ObservableCollection<EntryViewModel>
|
public class DirectoryViewModel : ObservableCollection<EntryViewModel>
|
||||||
{
|
{
|
||||||
public string Path { get; private set; }
|
public string Path { get; private set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user