laatzen/Common/Ui/Common.UI.VFM/ViewModels/EmptyViewModel.cs
2024-07-01 08:42:23 +02:00

7 lines
101 B
C#

namespace Common.UI.VFM.ViewModels
{
public class EmptyViewModel : AppViewModel
{
}
}