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