using System.Windows.Controls; namespace MainShell.DeviceMaintance.View { public partial class LaserCompensationView : UserControl { public LaserCompensationView() { InitializeComponent(); } } }