namespace HStation.Model { /// /// 水源 /// public abstract class RevitSource : RevitNode { /// /// /// public RevitSource() : base() { } /// /// /// public RevitSource(RevitSource rhs) : base(rhs) { } } }