| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.ComponentModel.DataAnnotations; |
| | | using System.ComponentModel; |
| | | using Yw.Vmo; |
| | | |
| | | namespace HStation.WinFrmUI |
| | |
| | | public MenuViewModel() |
| | | { } |
| | | |
| | | public MenuViewModel(Yw.Vmo.ProjectMenu rhs) |
| | | public MenuViewModel(Yw.Vmo.ProjectMenuVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.ProjectID = rhs.ProjectID; |
| | |
| | | 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; |