18 lines
338 B
C#
18 lines
338 B
C#
|
|
using System;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Windows;
|
|||
|
|
|
|||
|
|
namespace Szmedi.RvKits.InfoManager
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// ReplaceParamValueWin.xaml 的交互逻辑
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class ReplaceParamValueWin
|
|||
|
|
{
|
|||
|
|
public ReplaceParamValueWin()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|