mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
archive extraction methods moved to a separate internal class.
This commit is contained in:
@@ -210,7 +210,7 @@ namespace GARbro.GUI
|
||||
/// Set data context of the ListView.
|
||||
/// </summary>
|
||||
|
||||
private DirectoryViewModel ViewModel
|
||||
public DirectoryViewModel ViewModel
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -219,7 +219,7 @@ namespace GARbro.GUI
|
||||
return null;
|
||||
return source.SourceCollection as DirectoryViewModel;
|
||||
}
|
||||
set
|
||||
private set
|
||||
{
|
||||
StopWatchDirectoryChanges();
|
||||
var cvs = this.Resources["ListViewSource"] as CollectionViewSource;
|
||||
|
||||
Reference in New Issue
Block a user