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