VPet/VPet-Simulator.Core/Graph/EyeTracking.xaml.cs

16 lines
295 B
C#
Raw Normal View History

2023-06-01 08:16:45 +00:00
using System.Windows.Controls;
2022-12-13 07:10:18 +00:00
namespace VPet_Simulator.Core
{
/// <summary>
/// IEyeTracking.xaml 的交互逻辑
/// </summary>
2023-01-20 17:01:10 +00:00
public partial class EyeTracking : UserControl
2022-12-13 07:10:18 +00:00
{
2023-01-20 17:01:10 +00:00
public EyeTracking()
2022-12-13 07:10:18 +00:00
{
InitializeComponent();
}
}
}