mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
16 lines
295 B
C#
16 lines
295 B
C#
using System.Windows.Controls;
|
|
|
|
namespace VPet_Simulator.Core
|
|
{
|
|
/// <summary>
|
|
/// IEyeTracking.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class EyeTracking : UserControl
|
|
{
|
|
public EyeTracking()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|