using System.Windows; namespace ShrlAlgo.RvKits.RvCommon { /// /// PipesCreatorView.xaml 的交互逻辑 /// public partial class PipesCreatorView { public PipesCreatorView() { InitializeComponent(); } } }