mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
13 lines
230 B
C#
13 lines
230 B
C#
using CommunityToolkit.Mvvm.ComponentModel;
|
|
|
|
namespace Serein.Workbench.ViewModels
|
|
{
|
|
public class MainMenuBarViewModel : ObservableObject
|
|
{
|
|
public MainMenuBarViewModel()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|