mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Add mock constructors to allow designer to instantiate viewmodels.
This commit is contained in:
@@ -49,6 +49,9 @@ public sealed class ExportDatViewModel : ViewModelBase
|
||||
bool _progressVisible;
|
||||
string _statusMessage;
|
||||
|
||||
// Mock
|
||||
public ExportDatViewModel() {}
|
||||
|
||||
public ExportDatViewModel(ExportDat view, string datHash, string outPath)
|
||||
{
|
||||
_view = view;
|
||||
|
||||
Reference in New Issue
Block a user