namespace HStation.WinFrmUI { public class ThreeLinkMatchingViewModel : AdaptingViewModel { public ThreeLinkMatchingViewModel() : base() { } public ThreeLinkMatchingViewModel(ThreeLinkMatchingViewModel rhs) : base(rhs) { } } }