10 lines
142 B
C#
10 lines
142 B
C#
namespace Common.GUI.ViewModels.Pages
|
|
{
|
|
using Common.GUI.ViewModels.Base;
|
|
|
|
public class MainPageVM : VM<MainPageVM>
|
|
{
|
|
|
|
}
|
|
}
|