namespace Yw.WinFrmUI.HydroW3d { /// /// 仪表 /// public class InstrumentViewModel : JunctionViewModel { /// /// /// public InstrumentViewModel() { } /// /// /// public InstrumentViewModel(InstrumentViewModel rhs) : base(rhs) { } } }