添加项目文件。
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Windows;
|
||||
|
||||
namespace Szmedi.RvKits.ModelManager
|
||||
{
|
||||
/// <summary>
|
||||
/// MappingElementCodeWin.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class MappingElementCodeWin
|
||||
{
|
||||
public MappingElementCodeWin()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user