mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
6 lines
108 B
C#
6 lines
108 B
C#
|
|
using ReactiveUI;
|
|||
|
|
|
|||
|
|
namespace RomRepoMgr.ViewModels
|
|||
|
|
{
|
|||
|
|
public class ViewModelBase : ReactiveObject {}
|
|||
|
|
}
|