17 lines
296 B
C#
17 lines
296 B
C#
using System.Windows;
|
|
|
|
|
|
namespace ShrlAlgo.RvKits.RvCommon
|
|
{
|
|
/// <summary>
|
|
/// PipesCreatorView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class PipesCreatorView
|
|
{
|
|
public PipesCreatorView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|