More project base
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace FileTime.GuiApp.ViewModels
|
||||
{
|
||||
public class MainWindowLoadingViewModel : IMainWindowViewModelBase
|
||||
{
|
||||
public bool Loading => true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user