13 lines
244 B
C#
13 lines
244 B
C#
|
|
using System.Windows.Controls;
|
||
|
|
|
||
|
|
namespace MainShell.DeviceMaintance.View
|
||
|
|
{
|
||
|
|
public partial class LaserCompensationView : UserControl
|
||
|
|
{
|
||
|
|
public LaserCompensationView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|