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