mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-12 04:49:32 +08:00
(SubDirEntry): class is defined as part of GameRes filesystem layer now.
This commit is contained in:
parent
460f6b4447
commit
6e9f5f7378
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; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user