lixiaojun
2024-11-25 839d9f96be96108dc9ca9359b3db32596e7e2454
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
namespace Yw.WinFrmUI.HydroW3d
{
    /// <summary>
    /// 
    /// </summary>
    public class ExchangerViewModel : ResistanceViewModel
    {
        /// <summary>
        /// 
        /// </summary>
        public ExchangerViewModel() { }
 
        /// <summary>
        /// 
        /// </summary>
        public ExchangerViewModel(ExchangerViewModel rhs) : base(rhs)
        {
 
        }
 
 
 
 
 
 
    }
}