11 lines
190 B
C#
11 lines
190 B
C#
|
|
using System.Windows.Controls;
|
|||
|
|
|
|||
|
|
namespace PMSWPF.Views;
|
|||
|
|
|
|||
|
|
public partial class DataTransformView : UserControl
|
|||
|
|
{
|
|||
|
|
public DataTransformView()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|