14 lines
277 B
C#
14 lines
277 B
C#
|
|
namespace Szmedi.RvKits.InfoManager
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// WriteParametersWin.xaml 的交互逻辑
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class RemoveParametersWin
|
|||
|
|
{
|
|||
|
|
public RemoveParametersWin()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|