16 lines
295 B
C#
16 lines
295 B
C#
using System.Windows.Controls;
|
|
|
|
namespace CapMachine.Wpf.Views
|
|
{
|
|
/// <summary>
|
|
/// MonitorView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class MonitorView : UserControl
|
|
{
|
|
public MonitorView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|