using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; namespace VPet_Simulator.Windows.Interface { public interface ITalkBox { /// /// 当前UI /// UIElement This { get; } } }