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