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