qin
2025-03-20 00ab1b5282ada6ffdc78b3dd46f0ce08726a51e6
WinFrmUI/HStation.WinFrmUI.Auth.Core/01-menu/MenuViewModel.cs
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel;
using Yw.Vmo;
namespace HStation.WinFrmUI
@@ -14,7 +11,7 @@
        public MenuViewModel()
        { }
        public MenuViewModel(Yw.Vmo.ProjectMenu rhs)
        public MenuViewModel(Yw.Vmo.ProjectMenuVmo rhs)
        {
            this.ID = rhs.ID;
            this.ProjectID = rhs.ProjectID;
@@ -32,7 +29,7 @@
            this.Description = rhs.Description;
        }
        public void Reset(Yw.Vmo.ProjectMenu rhs)
        public void Reset(Yw.Vmo.ProjectMenuVmo rhs)
        {
            this.ID = rhs.ID;
            this.ProjectID = rhs.ProjectID;